Partager via


AlertSimulatorBundlesRequestProperties.Bundles Property

Definition

Gets or sets bundles list.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to