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