UserAuthorizationSystemCheckDemandGrant Method (String, String) |
Checks if the current user has the required grant.
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public bool CheckDemandGrant(
string grant,
out string value
)
Parameters
- grant
- Type: SystemString
grant to check for. - value
- Type: SystemString
The value of the grant.
Return Value
Type:
Booleantrue if the user has the grant.
See Also