Advertising banner:

History
 
 ServerDirectory.Group
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerDirectory.Group
 
Group (Directory)
Minimum version: 4.0
Purpose
Returns the primary OU group of a user in the Directory.
You can access a user directly by index. If the index is out of bounds, a runtime error is generated.
If no index is supplied, FindFirst/FindNext results are assumed.
Syntax
ServerDirectory.Group [(Index)]


Index
The integer that represents the user in the Directory.

Example
Dim sd as ServerDirectory
Debug sd.Group (110)