The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EnableQueryAttribute::AllowedArithmeticOperators Property
Gets or sets a value that represents a list of allowed arithmetic operators including 'add', 'sub', 'mul', 'div', 'mod'.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
public: property AllowedArithmeticOperators AllowedArithmeticOperators { AllowedArithmeticOperators get(); void set(AllowedArithmeticOperators value); }
Property Value
Type: System.Web.Http.OData.Query::AllowedArithmeticOperators
Show: