Aracılığıyla paylaş


DenylistCustomAlertRule.DenylistValues Property

Definition

Gets or sets the values to deny. The format of the values depends on the rule type.

[Newtonsoft.Json.JsonProperty(PropertyName="denylistValues")]
public System.Collections.Generic.IList<string> DenylistValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="denylistValues")>]
member this.DenylistValues : System.Collections.Generic.IList<string> with get, set
Public Property DenylistValues As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to