Description
A string array containing the names of all the members of this McDBGroup.
-
Property type
-
A Variant value.
-
Syntax
-
object.Members
The Members Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBGroup. | Remarks
McDBGroup.Members
Each McDBGroup object has 0 or more McDBGroup members (contained in the Groups property) and 0 or more McDBUser members (contained in the Users property). This property contains the names of both the Users and Groups in this McDBGroup (i.e. the combined contents of the other two properties).
|