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