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