Description: | Returns the list of sub groups belonging to this group. |
Syntax: | object.GetSubGroups() |
Parameters: | |
object | Required, the Group object |
Remarks: | This method returns the list of sub groups belonging to the group. |
Returns: | A Group list object |
Example: |
Set session = CreateObject("OfficeTalk.Session")
Call session.Logon(login name, password)
Set group = session.GetGroups.GetFirst
Set subgroups = group.GetSubGroups
Set subgroup = subgroups.GetFirst