Label property

Returns the text of this control's label.

Visual Basic syntax

Public Property Label As String

C# syntax

public string Label {get;set;}

Usage

(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.)