Returns the text of this control's label.
Public Property Label As String
public string Label {get;set;}
(The set method ignores the passed value. It merely determines if the view-model should raise a change event for this property, in case it's changed in the model.)