ContextParameter Properties |
The ContextParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| Direction |
The Direction ("IN", "OUT" or "INOUT") of the current parameter.
| |
| HasValue |
Returns true if the parameter has a value, false in other cases.
| |
| Name |
The name of the current parameter.
| |
| Type |
The type of the current parameter. (Double, String, DateTime or WorkflowGen.My.Data.ContextFileReference)
| |
| Value |
The value of the current parameter.
|