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.