Compartilhar via


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

public string Format {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property String^ Format {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    internal: void set(String^ value);
}
member Format : string with get, internal set
Public Property Format As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

ODataRawQueryOptions Class
System.Web.Http.OData.Query Namespace

Return to top