F2CaseHandlerActivityIsAnnulled Property |
true if the requisition is annulled.
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 OutArgument<bool> IsAnnulled { get; set; }
Public Property IsAnnulled As OutArgument(Of Boolean)
Get
Set
public:
property OutArgument<bool>^ IsAnnulled {
OutArgument<bool>^ get ();
void set (OutArgument<bool>^ value);
}
member IsAnnulled : OutArgument<bool> with get, set
Property Value
OutArgumentBoolean
See Also