[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.Mandatory"]
public bool Mandatory { get; set; }
Public Property Mandatory As Boolean
Get
Set
public:
property bool Mandatory {
bool get ();
void set (bool value);
}
member Mandatory : bool with get, set