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.