Share via


Label.Name Property

 

Gets or sets the name of the label.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The name of the label.

See Also

Label Class
Microsoft.Web.Mvc.Controls Namespace

Return to top