ExecuteAction Class

Contains the information needed to execute an action in the workflow.

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

Usage

'Usage
Dim instance As ExecuteAction

Syntax

'Declaration
<DesignerAttribute(GetType(ExecuteActionDesigner))> _
<DescriptionAttribute("Raw Action")> _
<ToolboxBitmapAttribute(GetType(ExecuteAction), "ActionCall_Designer.png")> _
Public NotInheritable Class ExecuteAction
    Inherits NativeActivity
[DesignerAttribute(typeof(ExecuteActionDesigner))] 
[DescriptionAttribute("Raw Action")] 
[ToolboxBitmapAttribute(typeof(ExecuteAction), "ActionCall_Designer.png")] 
public sealed class ExecuteAction : NativeActivity
[DesignerAttribute(typeof(ExecuteActionDesigner))] 
[DescriptionAttribute(L"Raw Action")] 
[ToolboxBitmapAttribute(typeof(ExecuteAction), L"ActionCall_Designer.png")] 
public ref class ExecuteAction sealed : public NativeActivity
/** @attribute DesignerAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionDesigner) */ 
/** @attribute DescriptionAttribute("Raw Action") */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteAction, "ActionCall_Designer.png") */ 
public final class ExecuteAction extends NativeActivity
DesignerAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionDesigner) 
DescriptionAttribute("Raw Action") 
ToolboxBitmapAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteAction, "ActionCall_Designer.png") 
public final class ExecuteAction extends NativeActivity

Inheritance Hierarchy

System.Object
   System.Activities.Activity
     System.Activities.NativeActivity
      Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteAction

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

ExecuteAction Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

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