ITurnContext.Responded Property

Definition

Gets a value indicating whether at least one response was sent for the current turn.

public bool Responded { get; }
member this.Responded : bool
Public ReadOnly Property Responded As Boolean

Property Value

true if at least one response was sent for the current turn; otherwise, false.

Applies to

See also