Udostępnij za pośrednictwem


AgentScriptAnswerButton.HasVisited Property

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

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As AgentScriptAnswerButton
Dim value As Boolean

value = instance.HasVisited

instance.HasVisited = value

Syntax

'Declaration
Public Property HasVisited As Boolean
public bool HasVisited { get; set; }
public:
property bool HasVisited {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_HasVisited ()

/** @property */
public void set_HasVisited (boolean value)
public function get HasVisited () : boolean

public function set HasVisited (value : boolean)

Property Value

Type: BooleanTrue if the answer has been clicked, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AgentScriptAnswerButton Class
AgentScriptAnswerButton Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.