WFStep.Parameters Property
|
Returns named parameters of individual workflow steps; readable, writable. Changing its value changes the workflow behaviour.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic WFPARAMETER[] Parameters { get; }
Public ReadOnly Property Parameters As WFPARAMETER()
Get
public:
property array<WFPARAMETER>^ Parameters {
array<WFPARAMETER>^ get ();
}
Property Value
Type:
WFPARAMETER[]
See Also