IAdmChangeGroupMembershipAction2

The IAdmChangeGroupMembershipAction2 interface extends the IAdmChangeGroupMembershipAction interface.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • GroupDnTemplate

  • Gets or sets a string containing a template for the distinguished name (DN) of the group to or from which the action will add or remove members.

Details

GroupDnTemplate

Gets or sets a string containing a template for the distinguished name (DN) of the group to or from which the action will add or remove members.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

You can use value references in the template (e.g. %company%, %department%, %adm-InitiatorParentDN%). After value references are resolved, the string must be a valid distinguished name of a group.

When this property is set, the IAdmChangeGroupMembershipAction::Group property is automatically set to null.


Requirements

Minimum required version: 2013.2

See also