SmartTaskInformationIsNotification Property |
Gets or sets a value indicating whether smart task is a notification.
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool IsNotification { get; set; }
Public Property IsNotification As Boolean
Get
Set
public:
property bool IsNotification {
bool get ();
void set (bool value);
}
member IsNotification : bool with get, set
Property Value
Booleantrue if smart task is a notification; otherwise,
false.
See Also