WorkflowArgument Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

An argument to be passed to a workflow at run-time.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

System.Object
  Microsoft.Xrm.Sdk.Workflow.WorkflowArgument

[SerializableAttribute]
public sealed class WorkflowArgument

NameDescription
System_CAPS_pubmethodWorkflowArgument()

Initializes an instance of the WorkflowArgument class.

NameDescription
System_CAPS_pubpropertyArgumentType

Gets or sets the data type of the workflow argument.

System_CAPS_pubpropertyContainerType

Gets or sets the collection type that can contain the workflow argument.

System_CAPS_pubpropertyDescription

Gets or sets a description of the workflow argument.

System_CAPS_pubpropertyDirection

Gets or sets the data direction of the workflow argument.

System_CAPS_pubpropertyEntityName

Gets or sets the logical name of the primary entity that the workflow is executing for.

System_CAPS_pubpropertyName

Gets or sets a name for the workflow argument.

System_CAPS_pubpropertyRequired

Gets or sets if the workflow argument is required.

System_CAPS_pubpropertyTarget

Gets or sets whether the argument is the primary entity being supplied to the workflow.

System_CAPS_pubpropertyValue

Gets or sets the value of the workflow argument.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: