IAdminGetFunctionRight Method |
Return the function right for a given id or a keyname.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem GetFunctionRight(
Object functionRightIdOrName
)
Function GetFunctionRight (
functionRightIdOrName As Object
) As IListTextItem
Dim instance As IAdmin
Dim functionRightIdOrName As Object
Dim returnValue As IListTextItem
returnValue = instance.GetFunctionRight(functionRightIdOrName)
IListTextItem^ GetFunctionRight(
[InAttribute] Object^ functionRightIdOrName
)
Parameters
- functionRightIdOrName
- Type: SystemObject
Return Value
Type:
IListTextItem
See Also