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