IAdmBusinessUnitQueryRule2¶
The IAdmBusinessUnitQueryRule2 interface extends the IAdmBusinessUnitQueryRule interface.
Inheritance: The IAdmBusinessUnitQueryRule2 interface inherits from the IAdmBusinessUnitQueryRule interface.
Properties¶
-
Property¶
-
Description¶
-
BaseObjectDnTemplate¶
-
Gets or sets a string containing a template for the distinguished name (DN) of the search base object.
-
FilterTemplate¶
- Gets or sets a string containing a template for the search filter.
Details¶
BaseObjectDnTemplate
Gets or sets a string containing a template for the distinguished name (DN) of the search base object. You can use value references in the template. After resolving value references, the resulting string must be a valid distinguished name (DN) of an Active Directory object.
- Type:
- String
- Access:
- Read/Write
Remarks¶
When this property is set, the IAdmBusinessUnitQueryRule::BaseObjectPath property is set to an empty string.
FilterTemplate
Gets or sets a string containing a template for the search filter. You can use value references in the template. After resolving value references, the resulting string must be a valid LDAP search filter.
- Type:
- String
- Access:
- Read/Write
Remarks¶
When this property is set, the IAdmBusinessUnitQueryRule::Filter property is set to an empty string.
Requirements¶
Minimum required version: 2014.1
See also¶
- Defining membership rules using templates
- IAdmBusinessUnitMembershipRule
- IAdmBusinessUnitQueryRule
- IAdmBusinessUnitContainerRule
- IAdmBusinessUnitGroupRule
- IAdmBusinessUnitSpecificObjectRule