PhaseEnableDemoteAction Property |
Enables the Demote 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> EnableDemoteAction { get; set; }
Public Property EnableDemoteAction As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ EnableDemoteAction {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member EnableDemoteAction : InArgument<bool> with get, set
Property Value
InArgumentBoolean
See Also