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