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