Conversation.TenantId Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("tenantId")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string? TenantId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("tenantId")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.TenantId : string with get, set
Public Property TenantId As String

Property Value

Attributes

Applies to