GetBoolProcessParameterIsParameterEnabled Property |
True is the process parameter overrides the input value.
Namespace: Scanjour.Workflow4.ActivityLibrary.SettingsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<bool> IsParameterEnabled { get; set; }
Public Property IsParameterEnabled As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ IsParameterEnabled {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member IsParameterEnabled : InArgument<bool> with get, set
Property Value
InArgumentBoolean
See Also