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