次の方法で共有


NotificationInstallation.Platform プロパティ

定義

このインストールのプラットフォーム。 プラットフォームは、wns、apns のいずれかの値である必要があります。
wns は "Windows プッシュ通知サービス" を表し、apns は "Apple Push Notification Service" です。

[System.ComponentModel.DataAnnotations.Required]
public string Platform { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.Platform : string with get, set
Public Property Platform As String

プロパティ値

属性

適用対象