InGroup Property
Description
Indicates if this user is a member of the specified group.
Property type
Read-write property
Syntax
Visual Basic
Public Property InGroup( _
   ByVal GroupName As Variant _
) As Boolean
Parameters
GroupName
The name of the group or a CustomizationUsersGroup Object.
See Also