Compartir a través de


Collection.AllSubscriptions Propiedad

Definición

Obtiene o establece que indica si todas las suscripciones están seleccionadas (=true) o no (=false).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allSubscriptions")]
public bool? AllSubscriptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allSubscriptions")>]
member this.AllSubscriptions : Nullable<bool> with get, set
Public Property AllSubscriptions As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a