Compartir a través de


InstallationTemplate.Headers Propiedad

Definición

Obtiene o establece la colección de encabezados aplicables a las notificaciones dirigidas a MPNS.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a