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