WorkflowArgument.Direction Property
Applies To: Dynamics CRM 2015
Gets or sets the data direction of the workflow argument.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public ArgumentDirection Direction { get; set; }
public:
property ArgumentDirection Direction {
ArgumentDirection get();
void set(ArgumentDirection value);
}
member Direction : ArgumentDirection with get, set
Public Property Direction As ArgumentDirection
Property Value
Type: Microsoft.Xrm.Sdk.Workflow.ArgumentDirection
Type: ArgumentDirection
Specifies if the argument is input to or output from the workflow.
See Also
WorkflowArgument Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright