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 query validator.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataQueryValidator Validator {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property ODataQueryValidator^ Validator {
[CompilerGeneratedAttribute]
ODataQueryValidator^ get();
[CompilerGeneratedAttribute]
void set(ODataQueryValidator^ value);
}
member Validator : ODataQueryValidator with get, set
Public Property Validator As ODataQueryValidator
Property Value
Type: System.Web.Http.OData.Query.Validators.ODataQueryValidator
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top