CachedDataAnnotationsMetadataAttributes::DisplayName Property

Gets the display name.

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

public:
property DisplayNameAttribute^ DisplayName {
	DisplayNameAttribute^ get ();
	protected: void set (DisplayNameAttribute^ value);
}

Property Value

Type: System.ComponentModel::DisplayNameAttribute
The display name.
Show: