SmartTaskInformationHasAccess Property |
True if the current user has permissions to update the usertask
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 HasAccess { get; set; }
Public Property HasAccess As Boolean
Get
Set
public:
property bool HasAccess {
bool get ();
void set (bool value);
}
member HasAccess : bool with get, set
Property Value
Boolean
See Also