Share via


CountQueryOption.Validator Property

 

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