ChannelData.OnBehalfOf Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("onBehalfOf")]
[System.Text.Json.Serialization.JsonPropertyOrder(11)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.OnBehalfOf>? OnBehalfOf { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("onBehalfOf")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(11)>]
member this.OnBehalfOf : System.Collections.Generic.IList<Microsoft.Teams.Api.OnBehalfOf> with get, set
Public Property OnBehalfOf As IList(Of OnBehalfOf)

Property Value

Attributes

Applies to