Installation.Templates プロパティ

定義

テンプレートのコレクションを取得または設定します

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="templates")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.NotificationHubs.InstallationTemplate> Templates { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="templates")>]
member this.Templates : System.Collections.Generic.IDictionary<string, Microsoft.Azure.NotificationHubs.InstallationTemplate> with get, set
Public Property Templates As IDictionary(Of String, InstallationTemplate)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象