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