ModelMetadata.SimpleDisplayText Property

 

Gets or sets the simple display string for the model.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public virtual string SimpleDisplayText { get; set; }
public:
property String^ SimpleDisplayText {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract SimpleDisplayText : string with get, set
override SimpleDisplayText : string with get, set
Public Overridable Property SimpleDisplayText As String

Property Value

Type: System.String

The simple display string for the model.

See Also

ModelMetadata Class
System.Web.Mvc Namespace

Return to top