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