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.
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowArgument() | Initializes an instance of the WorkflowArgument class. |
| Name | Description | |
|---|---|---|
![]() | ArgumentType | Gets or sets the data type of the workflow argument. |
![]() | ContainerType | Gets or sets the collection type that can contain the workflow argument. |
![]() | Description | Gets or sets a description of the workflow argument. |
![]() | Direction | Gets or sets the data direction of the workflow argument. |
![]() | EntityName | Gets or sets the logical name of the primary entity that the workflow is executing for. |
![]() | Name | Gets or sets a name for the workflow argument. |
![]() | Required | Gets or sets if the workflow argument is required. |
![]() | Target | Gets or sets whether the argument is the primary entity being supplied to the workflow. |
![]() | Value | Gets or sets the value of the workflow argument. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

