Click or drag to resize

ContextParameter Properties

The ContextParameter type exposes the following members.

Properties
  NameDescription
Public propertyDirection
The Direction ("IN", "OUT" or "INOUT") of the current parameter.
Public propertyHasValue
Returns true if the parameter has a value, false in other cases.
Public propertyName
The name of the current parameter.
Public propertyType
The type of the current parameter. (Double, String, DateTime or WorkflowGen.My.Data.ContextFileReference)
Public propertyValue
The value of the current parameter.
Top
See Also