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