ActionResult.AgentScriptActionId Property
Gets or sets the agent script action ID.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As ActionResult
Dim value As Guid
value = instance.AgentScriptActionId
instance.AgentScriptActionId = value
Syntax
'Declaration
Public Property AgentScriptActionId As Guid
public Guid AgentScriptActionId { get; set; }
public:
property Guid AgentScriptActionId {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Guid get_AgentScriptActionId ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_AgentScriptActionId (Guid value)
CompilerGeneratedAttribute
public function get AgentScriptActionId () : Guid
CompilerGeneratedAttribute
public function set AgentScriptActionId (value : Guid)
Property Value
Type: Guid
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
ActionResult Class
ActionResult Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.