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