次の方法で共有


NotificationRegistration.Platform プロパティ

定義

この登録のプラットフォーム。 プラットフォームは、wns、mpns、apns、または gcm のいずれかの値である必要があります。wns は "Windows プッシュ通知サービス" を表し、mpns は "Microsoft プッシュ通知サービス"、apns は "Apple Push Notification Service"、gcm は "Google Cloud Messaging for Chrome" です。

[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

プロパティ値

属性

適用対象