ODataRawQueryOptions.Format Property
Gets the raw $format query value from the incoming request URI if exists.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property Format As String
Get
Friend Set
'Usage
Dim instance As ODataRawQueryOptions
Dim value As String
value = instance.Format
public string Format { get; internal set; }
public:
property String^ Format {
String^ get ();
internal: void set (String^ value);
}
member Format : string with get, internal set
function get Format () : String
internal function set Format (value : String)
Property Value
Type: System.String
The raw $format query value from the incoming request URI.