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