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