IAdmGroupMembershipCondition2¶
The IAdmGroupMembershipCondition2 interface extends the IAdmGroupMembershipCondition interface.
Inheritance: The IAdmGroupMembershipCondition2 interface inherits from the IUnknown interface.
Properties¶
-
Property¶
-
Description¶
-
GroupDnTemplate¶
- Gets or sets a string containing a template for the distinguished name (DN) of the group an object should or should not be a member of to meet the condition.
Details¶
GroupDnTemplate
Gets or sets a string containing a template for the distinguished name (DN) of the group an object should or should not be a member of to meet the condition. You can use value references in the template (e.g. %company%, %department%, %adm-InitiatorParentDN%). After resolving value references, the resulting string must be a valid distinguished name (DN) of an Active Directory group.
- Type:
- String
- Access:
- Read/Write
Remarks¶
When this property is set, the IAdmGroupMembershipCondition::Group property is set to NULL.
Requirements¶
Minimum required version: 2013.2