AllowlistCustomAlertRule.AllowlistValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the values to allow. The format of the values depends on the rule type.
[Newtonsoft.Json.JsonProperty(PropertyName="allowlistValues")]
public System.Collections.Generic.IList<string> AllowlistValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowlistValues")>]
member this.AllowlistValues : System.Collections.Generic.IList<string> with get, set
Public Property AllowlistValues As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute