Installation.Templates Property

Definition

Gets or sets collection of 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to