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