CachedDataAnnotationsMetadataAttributes.UIHint Property

Gets the UI hint.

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

'Declaration
Public Property UIHint As UIHintAttribute 
	Get 
	Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As UIHintAttribute 

value = instance.UIHint

instance.UIHint = value
Show: