Gets or sets the message for the property.
public string StudiesViewerFormattedTitle {get; set;}
'Declaration
Public Property StudiesViewerFormattedTitle As String
'Usage
Dim instance As WorkstationMessages
Dim value As String
instance.StudiesViewerFormattedTitle = value
value = instance.StudiesViewerFormattedTitle
public: __property string* get_StudiesViewerFormattedTitle();
public: __property void set_StudiesViewerFormattedTitle(
string* value
);
public:
property string* StudiesViewerFormattedTitle {
string* get();
void set ( string* value);
}
Property Value
The message for the property.