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