ChannelData.Tenant Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("tenant")]
[System.Text.Json.Serialization.JsonPropertyOrder(3)]
public Microsoft.Teams.Api.Tenant? Tenant { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("tenant")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(3)>]
member this.Tenant : Microsoft.Teams.Api.Tenant with get, set
Public Property Tenant As Tenant

Property Value

Attributes

Applies to