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