TeamsChannelData.OnBehalfOf Property

Definition

Gets the OnBehalfOf list for user attribution.

public System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.OnBehalfOf> OnBehalfOf { get; set; }
member this.OnBehalfOf : System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.OnBehalfOf> with get, set
Public Property OnBehalfOf As IList(Of OnBehalfOf)

Property Value

The Teams activity OnBehalfOf list.

Applies to