QueryableAttribute.AllowedLogicalOperators Property

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

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

Syntax

'Declaration
Public Property AllowedLogicalOperators As AllowedLogicalOperators 
    Get 
    Set
'Usage
Dim instance As QueryableAttribute 
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
The list of allowed logical Operators such as 'eq', 'ne', 'gt', 'ge', 'lt', 'le', 'and', 'or', 'not'.

See Also

Reference

QueryableAttribute Class

System.Web.Http Namespace