次の方法で共有


Collection.AllSubscriptions プロパティ

定義

すべてのサブスクリプションが選択されているかどうかを示す値 (=true) を取得または設定します (=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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象