Share via


FunctionConfiguration.SupportedInOrderBy Property

 

Gets and sets a value indicating whether the function is supported in $orderby.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool SupportedInOrderBy {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool SupportedInOrderBy {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member SupportedInOrderBy : bool with get, set
Public Property SupportedInOrderBy As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

FunctionConfiguration Class
System.Web.OData.Builder Namespace

Return to top