IRoleHasFunctionRight Method |
Returns true if the role has the given function right
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool HasFunctionRight(
Object functionRightIdOrName
)
Function HasFunctionRight (
functionRightIdOrName As Object
) As Boolean
Dim instance As IRole
Dim functionRightIdOrName As Object
Dim returnValue As Boolean
returnValue = instance.HasFunctionRight(functionRightIdOrName)
bool HasFunctionRight(
[InAttribute] Object^ functionRightIdOrName
)
Parameters
- functionRightIdOrName
- Type: SystemObject
Return Value
Type:
Boolean
See Also