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