CachedDataAnnotationsMetadataAttributes.DataType Property

Gets the data type.

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

'Declaration
Public Property DataType As DataTypeAttribute 
	Get 
	Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As DataTypeAttribute 

value = instance.DataType

instance.DataType = value
Show: