Represent the parameter mode,either in,out,inout.
public enum ParameterMode
Members
| Member Name | Description | Value |
| In |
| 0 |
| Out |
| 1 |
| InOut |
| 2 |
Requirements
Namespace: Aspose.Workflow.Engine
Assembly: Aspose.Workflow (in Aspose.Workflow.dll)
See Also
Aspose.Workflow.Engine Namespace