Share via


Label.Format Property

 

Gets or sets the label format.

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

Syntax

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

Property Value

Type: System.String

The label format.

See Also

Label Class
Microsoft.Web.Mvc.Controls Namespace

Return to top