ModelMetadata.DisplayFormatString 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 DisplayFormatString As String
public virtual string DisplayFormatString { get; set; }
public:
virtual property String^ DisplayFormatString {
String^ get ();
void set (String^ value);
}
abstract DisplayFormatString : string with get, set
override DisplayFormatString : string with get, set
function get DisplayFormatString () : String
function set DisplayFormatString (value : String)
Property Value
Type: System.String