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