Product.TenantId Property

Definition

Gets the id of the tenant in which the product is used.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to