ExecuteAction.Parameters Property

Gets or sets the parameters.

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 Dictionary(Of String, Argument)

value = instance.Parameters

instance.Parameters = value

Syntax

'Declaration
Public Property Parameters As Dictionary(Of String, Argument)
public Dictionary<string,Argument> Parameters { get; set; }
public:
property Dictionary<String^, Argument^>^ Parameters {
    Dictionary<String^, Argument^>^ get ();
    void set (Dictionary<String^, Argument^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Dictionary<String,Argument> get_Parameters ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Parameters (Dictionary<String,Argument> value)
CompilerGeneratedAttribute 
public function get Parameters () : Dictionary<String,Argument>

CompilerGeneratedAttribute 
public function set Parameters (value : Dictionary<String,Argument>)

Property Value

Type: Dictionary

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.