Share via


CachedDataAnnotationsMetadataAttributes.UIHint Property

Gets the UI hint.

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

Syntax

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

value = instance.UIHint

instance.UIHint = value
public UIHintAttribute UIHint { get; protected set; }
public:
property UIHintAttribute^ UIHint {
    UIHintAttribute^ get ();
    protected: void set (UIHintAttribute^ value);
}
member UIHint : UIHintAttribute with get, set
function get UIHint () : UIHintAttribute 
protected function set UIHint (value : UIHintAttribute)

Property Value

Type: System.ComponentModel.DataAnnotations.UIHintAttribute
The UI hint.

See Also

Reference

CachedDataAnnotationsMetadataAttributes Class

System.Web.Mvc Namespace