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