Share via


HtmlControl.Label Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)

Syntax

'Declaration
Public Property Label As Label
public Label Label { get; set; }
public:
property Label^ Label {
    Label^ get ();
    void set (Label^ value);
}
member Label : Label with get, set
function get Label () : Label 
function set Label (value : Label)

Property Value

Type: System.Windows.Forms.Label
Returns Label.

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace