IReadonlyUserIsTaskUser Property
|
Gets/set whether this user will be a task user.
Task users are only allowed for task execution. They cannot log in to CMS client
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool IsTaskUser { get; set; }
Property IsTaskUser As Boolean
Get
Set
property bool IsTaskUser {
bool get ();
void set (bool value);
}
abstract IsTaskUser : bool with get, set
Property Value
Type:
BooleanSee Also