[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.IsNotification"]
public 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