Freigeben über


WnsSecondaryTile.Templates Eigenschaft

Definition

Ruft das Wörterbuch von Vorlagen ab oder legt es fest.

[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)

Eigenschaftswert

Das Wörterbuch der Vorlagen.

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: