IAdmTrusteeMembershipCondition

The IAdmTrusteeMembershipCondition interface represents the If the initiator is a member of <group> condition.

Inheritance: IAdmCondition

Properties

  • Property

  • Description

  • IsOperator

  • Gets or sets a value indicating whether the operation initiator should or should not be a member of the specified group to meet the condition.

  • Group

  • Gets or sets the group that the operation initiator 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 members of the specified group 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 the operation initiator should or should not be a member of the specified group to meet the condition.


Group

Gets or sets the group that the operation initiator should or should not be a member of to meet the condition.

Remarks

When this property is set, the IAdmTrusteeMembershipCondition2::GroupDnTemplate property is set to null.


CheckDirectMembersOnly

Gets or sets a value indicating whether the condition is applied to direct members of the specified group 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