次の方法で共有


IndividualEnrollment.RegistrationId プロパティ

定義

登録 ID。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

例外

指定された文字列が登録 ID 要件に適合しない場合

指定された文字列が登録 ID 要件に適合しない場合

注釈

有効な登録 ID は英数字、小文字で、ハイフンを含む場合があります。 最大文字数は 128 文字です。

適用対象