ITurnContext.Responded 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.
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
.