Share via


ODataValidationSettings.AllowedArithmeticOperators Property

 

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

Namespace:   System.Web.Http.OData.Query
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

ODataValidationSettings Class
System.Web.Http.OData.Query Namespace

Return to top