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