Share via


ITraceActivity.RelatesTo Property

Definition

Gets or sets the ConversationReference, and optionally a specific activity within that conversation, that this trace is related to.

public Microsoft.Bot.Schema.ConversationReference RelatesTo { get; set; }
member this.RelatesTo : Microsoft.Bot.Schema.ConversationReference with get, set
Public Property RelatesTo As ConversationReference

Property Value

The conversation reference to which this trace activity relates.

Applies to