Share via


ODataValidationSettings.AllowedLogicalOperators Property

Gets or sets a list of allowed logical operators such as 'eq', 'ne', 'gt', 'ge', 'lt', 'le', 'and', 'or', 'not'.

Namespace:  System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property AllowedLogicalOperators As AllowedLogicalOperators 
    Get 
    Set
'Usage
Dim instance As ODataValidationSettings 
Dim value As AllowedLogicalOperators 

value = instance.AllowedLogicalOperators

instance.AllowedLogicalOperators = value
public AllowedLogicalOperators AllowedLogicalOperators { get; set; }
public:
property AllowedLogicalOperators AllowedLogicalOperators {
    AllowedLogicalOperators get ();
    void set (AllowedLogicalOperators value);
}
member AllowedLogicalOperators : AllowedLogicalOperators with get, set
function get AllowedLogicalOperators () : AllowedLogicalOperators 
function set AllowedLogicalOperators (value : AllowedLogicalOperators)

Property Value

Type: System.Web.Http.OData.Query.AllowedLogicalOperators
A list of allowed logical operators such as 'eq', 'ne', 'gt', 'ge', 'lt', 'le', 'and', 'or', 'not'.

See Also

Reference

ODataValidationSettings Class

System.Web.Http.OData.Query Namespace