Click or drag to resize

SmartTaskInformationIsNotification Property

Gets or sets a value indicating whether smart task is a notification.

Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public bool IsNotification { get; set; }

Property Value

Boolean
true if smart task is a notification; otherwise, false.
See Also