Device.GenerationId プロパティ

定義

デバイスの世代 ID。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この値は、デバイスが削除されて再作成された場合に、同じ deviceId を持つデバイスを区別するために使用します。

適用対象