Activity.ChannelData Property

Definition

Extensibility data in the Activity schema is organized principally within the ChannelData field. This simplifies plumbing in SDKs that implement the protocol. The format of the ChannelData object is defined by the channel sending or receiving the Activity.

public object ChannelData { get; set; }
member this.ChannelData : obj with get, set
Public Property ChannelData As Object

Property Value

Implements

Applies to