WorkflowArgument.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data direction of the workflow argument.
public:
property Microsoft::Xrm::Sdk::Workflow::ArgumentDirection Direction { Microsoft::Xrm::Sdk::Workflow::ArgumentDirection get(); void set(Microsoft::Xrm::Sdk::Workflow::ArgumentDirection value); };
public Microsoft.Xrm.Sdk.Workflow.ArgumentDirection Direction { get; set; }
member this.Direction : Microsoft.Xrm.Sdk.Workflow.ArgumentDirection with get, set
Public Property Direction As ArgumentDirection
Property Value
Specifies if the argument is input to or output from the workflow.