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