Freigeben über


ISelector.NotIn Property

Definition

The list of values to filter out.

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

Property Value

Attributes

Applies to