Share via


ODataValidationSettings.AllowedArithmeticOperators Property

Definition

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

public Microsoft.AspNet.OData.Query.AllowedArithmeticOperators AllowedArithmeticOperators { get; set; }
member this.AllowedArithmeticOperators : Microsoft.AspNet.OData.Query.AllowedArithmeticOperators with get, set
Public Property AllowedArithmeticOperators As AllowedArithmeticOperators

Property Value

Applies to