AgentScriptAnswerButton Class
Represents the answer for an agent script task.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As AgentScriptAnswerButton
Syntax
'Declaration
Public Class AgentScriptAnswerButton
Inherits Button
public class AgentScriptAnswerButton : Button
public ref class AgentScriptAnswerButton : public Button
public class AgentScriptAnswerButton extends Button
public class AgentScriptAnswerButton extends Button
Remarks
Each step in an agent script is represented as an agent script task. An action can be performed on clicking one of the answers or when you go to the next task.
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.Primitives.ButtonBase
System.Windows.Controls.Button
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.AgentScriptAnswerButton
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 Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Other Resources
Configure and manage agent scripts
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.