CachedDataAnnotationsMetadataAttributes.DisplayName Property

Gets the display name.

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

'Declaration
Public Property DisplayName As DisplayNameAttribute 
	Get 
	Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As DisplayNameAttribute 

value = instance.DisplayName

instance.DisplayName = value

Property Value

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