Installation.Platform プロパティ

定義

インストールの通知プラットフォームを取得または設定します

[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

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象