IAssociateGroups Property |
All User Groups the associate is a member of, including the primary group.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItems Groups { get; }
ReadOnly Property Groups As IListTextItems
Get
Dim instance As IAssociate
Dim value As IListTextItems
value = instance.Groups
property IListTextItems^ Groups {
IListTextItems^ get ();
}
Property Value
Type:
IListTextItems
See Also