IRoleFunctionRights Property |
Collection of function rights active for this role
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItems FunctionRights { get; }
ReadOnly Property FunctionRights As IListTextItems
Get
Dim instance As IRole
Dim value As IListTextItems
value = instance.FunctionRights
property IListTextItems^ FunctionRights {
IListTextItems^ get ();
}
Property Value
Type:
IListTextItems
See Also