Information
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'.

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

public:
property AllowedArithmeticOperators AllowedArithmeticOperators {
	AllowedArithmeticOperators get();
	void set(AllowedArithmeticOperators value);
}
Return to top
Show: