Determines whether the specified access key has access.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool HasAccess(
AccessKey accessKey
)
Public Function HasAccess (
accessKey As AccessKey
) As Boolean
public:
bool HasAccess(
AccessKey^ accessKey
)
member HasAccess :
accessKey : AccessKey -> bool
Parameters
- accessKey
- Type: Aloe.EnterpriseOne.Model.Systems.SecurityAccessKey
The access key.
Return Value
Type:
Booleantrue if the specified access key has access; otherwise,
false.
See Also