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