Compartir a través de


Installation.Platform Propiedad

Definición

Obtiene o establece la plataforma de notificación para la instalación.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="platform")]
public Microsoft.Azure.NotificationHubs.NotificationPlatform Platform { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="platform")>]
member this.Platform : Microsoft.Azure.NotificationHubs.NotificationPlatform with get, set
Public Property Platform As NotificationPlatform

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a