ModelMetadata.ShowForDisplay 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
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Overridable Property ShowForDisplay As Boolean
public virtual bool ShowForDisplay { get; set; }
public:
virtual property bool ShowForDisplay {
    bool get ();
    void set (bool value);
}
abstract ShowForDisplay : bool with get, set
override ShowForDisplay : bool with get, set
function get ShowForDisplay () : boolean
function set ShowForDisplay (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

ModelMetadata Class

System.Web.Http.Metadata Namespace