Activity.ChannelData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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