IAdmGroupMembershipCondition
The IAdmGroupMembershipCondition interface represents the If is a member of <group> condition.
Inheritance: IAdmCondition
Properties
-
Property
-
Description
-
IsOperator
-
Gets or sets a value indicating whether an object should or should not be a member of the group to meet the condition.
-
Group
-
Gets or sets the group an object should or should not be a member of to meet the condition.
-
CheckDirectMembersOnly
-
Gets or sets a value indicating whether the condition is applied to direct group members only or to all the members, including members of the groups that are nested within the group.
Details
IsOperator
Gets or sets a value indicating whether an object should or should not be a member of the group to meet the condition.
- Type:
- ADM_ISOPERATOR_ENUM
- Access:
- Read/Write
Group
Gets or sets the group an object should or should not be a member of to meet the condition.
- Type:
- IADsGroup
- Access:
- Read/Write
Remarks
When this property is set, the IAdmGroupMembershipCondition2::GroupDnTemplate property is set to null
.
CheckDirectMembersOnly
Gets or sets a value indicating whether the condition is applied to direct group members only or to all the members, including members of the groups that are nested within the group.
- Type:
- bool
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1