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