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