Description
Whether this McDBRightsOwner is an McDBGroup
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsGroup
The IsGroup Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBGroup. | Remarks
McDBRightsOwner objects can be either an McDBUser or a McDBGroup. This property's value is True only if this McDBRightsOwner is actually an McDBGroup.
|