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