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