Installation.Platform Property

Definition

Gets or sets notification platform for the installation

[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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to