AgentScriptAnswerButton.HasVisited Property

Definition

Contains a Boolean value that specifies whether the answer for the task has been clicked or not.

public:
 property bool HasVisited { bool get(); void set(bool value); };
public bool HasVisited { get; set; }
member this.HasVisited : bool with get, set
Public Property HasVisited As Boolean

Property Value

True if the answer has been clicked, otherwise false.

Applies to