ExecuteAction.Action Property

Gets or sets the action to be executed.

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

Usage

'Usage
Dim instance As ExecuteAction
Dim value As InArgument(Of String)

value = instance.Action

instance.Action = value

Syntax

'Declaration
Public Property Action As InArgument(Of String)
public InArgument<string> Action { get; set; }
public:
property InArgument<String^>^ Action {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public InArgument<String> get_Action ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Action (InArgument<String> value)
CompilerGeneratedAttribute 
public function get Action () : InArgument<String>

CompilerGeneratedAttribute 
public function set Action (value : InArgument<String>)

Property Value

Type: InArgument

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 Class
ExecuteAction Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

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