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