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.