次の方法で共有


DeviceRegistrationResult.RegistrationId プロパティ

定義

この ID は、登録のデバイス登録を一意に識別するために使用されます。

public string RegistrationId { get; protected set; }
[Newtonsoft.Json.JsonProperty(PropertyName="registrationId")]
public string RegistrationId { get; protected internal set; }
member this.RegistrationId : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="registrationId")>]
member this.RegistrationId : string with get, set
Public Property RegistrationId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象