ProcessWatchInitialized Property |
If this argument is false, then executing this activity will set it true.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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 InOutArgument<bool> Initialized { get; set; }
Public Property Initialized As InOutArgument(Of Boolean)
Get
Set
public:
property InOutArgument<bool>^ Initialized {
InOutArgument<bool>^ get ();
void set (InOutArgument<bool>^ value);
}
member Initialized : InOutArgument<bool> with get, set
Property Value
InOutArgumentBoolean
See Also