ChannelData.Channel Property

Definition

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

Property Value

Attributes

Applies to