EnableQueryAttribute.AllowedArithmeticOperators Property

 

Gets or sets a value that represents a list of allowed arithmetic operators including 'add', 'sub', 'mul', 'div', 'mod'.

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

Syntax

public AllowedArithmeticOperators AllowedArithmeticOperators { get; set; }
public:
property AllowedArithmeticOperators AllowedArithmeticOperators {
    AllowedArithmeticOperators get();
    void set(AllowedArithmeticOperators value);
}
member AllowedArithmeticOperators : AllowedArithmeticOperators with get, set
Public Property AllowedArithmeticOperators As AllowedArithmeticOperators

Property Value

Type: System.Web.Http.OData.Query.AllowedArithmeticOperators

See Also

EnableQueryAttribute Class
System.Web.Http.OData Namespace

Return to top