共用方式為


IdentityUpdate.TenantId Property

Definition

Gets the id of the tenant which the identity belongs to.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tenantId")]
public Guid? TenantId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tenantId")>]
member this.TenantId : Nullable<Guid>
Public ReadOnly Property TenantId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to