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.


Group

Gets or sets the group an object should or should not be a member of to meet the condition.

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

See also