Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the OrderBy Query Validator.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public OrderByQueryValidator Validator {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property OrderByQueryValidator^ Validator {
[CompilerGeneratedAttribute]
OrderByQueryValidator^ get();
[CompilerGeneratedAttribute]
void set(OrderByQueryValidator^ value);
}
member Validator : OrderByQueryValidator with get, set
Public Property Validator As OrderByQueryValidator
Property Value
Type: System.Web.Http.OData.Query.Validators.OrderByQueryValidator
See Also
OrderByQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top