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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also