次の方法で共有


TenantIdDescription.Id プロパティ

定義

テナントの完全修飾 ID を取得します。 たとえば、/tenants/00000000-0000-0000-0000-000000000000 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象