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