AgentScriptAnswerButton.HasVisited 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.
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
.