TurnContext.TurnState Property

Definition

Gets the services registered on this context object.

public Microsoft.Bot.Builder.TurnContextStateCollection TurnState { get; }
member this.TurnState : Microsoft.Bot.Builder.TurnContextStateCollection
Public ReadOnly Property TurnState As TurnContextStateCollection

Property Value

The services registered on this context object.

Implements

Applies to