MailboxMonitorCaseHandlerActivityCreateNewCase Property |
Determines if new case should be created.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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> CreateNewCase { get; set; }
Public Property CreateNewCase As InOutArgument(Of Boolean)
Get
Set
public:
property InOutArgument<bool>^ CreateNewCase {
InOutArgument<bool>^ get ();
void set (InOutArgument<bool>^ value);
}
member CreateNewCase : InOutArgument<bool> with get, set
Property Value
InOutArgumentBoolean
See Also