CachedDataAnnotationsMetadataAttributes.UIHint Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets {insert text here}.

Namespace:  System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Property UIHint As UIHintAttribute
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

See Also

Reference

CachedDataAnnotationsMetadataAttributes Class

System.Web.Http.Metadata.Providers Namespace