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.