Compartir a través de


Installation.Templates Propiedad

Definición

Obtiene o establece la colección de plantillas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a