IAdmChangeGroupMembershipAction

The IAdmChangeGroupMembershipAction interface represents the Add the object to a group and Remove the object from a group actions.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • Group

  • Gets or sets the group to or from which the action will add or remove members.

  • ActionType

  • Gets or sets a value that indicates whether an object should be added to or removed from the group.

Details

Group

Gets or sets the group to or from which the action will add or remove members.

Remarks

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


ActionType

Gets or sets a value that indicates whether an object should be added to or removed from the group.


Requirements

Minimum required version: 2009.1

See also