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.