ExecuteActionCall.ActionCall Property
Gets or sets the action call.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As ExecuteActionCall
Dim value As InArgument(Of String)
value = instance.ActionCall
instance.ActionCall = value
Syntax
'Declaration
Public Property ActionCall As InArgument(Of String)
public InArgument<string> ActionCall { get; set; }
public:
property InArgument<String^>^ ActionCall {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public InArgument<String> get_ActionCall ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ActionCall (InArgument<String> value)
CompilerGeneratedAttribute
public function get ActionCall () : InArgument<String>
CompilerGeneratedAttribute
public function set ActionCall (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
ExecuteActionCall Class
ExecuteActionCall Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.