Response.ChannelId Property

Definition

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

Property Value

Attributes

Applies to