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