SimplePhaseEnablePromoteAction Property |
Enables the Promote action
Namespace: Scanjour.Workflow4.ActivityLibrary.PhasesAssembly: 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> EnablePromoteAction { get; set; }
Public Property EnablePromoteAction As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ EnablePromoteAction {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member EnablePromoteAction : InArgument<bool> with get, set
Property Value
InArgumentBoolean
See Also