TokenExchangeState.Conversation Property

Definition

Gets or sets a reference to the conversation.

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

Property Value

A reference to the conversation.

Applies to