Share via


INumberInRangeFilter.Value Property

Definition

The set of filter values.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The set of filter values.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)]
public System.Collections.Generic.List<System.Collections.Generic.List<double>> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The set of filter values.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)>]
member this.Value : System.Collections.Generic.List<System.Collections.Generic.List<double>> with get, set
Public Property Value As List(Of List(Of Double))

Property Value

Attributes

Applies to