CachedDataAnnotationsMetadataAttributes.DisplayFormat Property

Gets the display format.

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

'Declaration
Public Property DisplayFormat As DisplayFormatAttribute 
	Get 
	Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As DisplayFormatAttribute 

value = instance.DisplayFormat

instance.DisplayFormat = value
Show: