IAdmBusinessUnit
The IAdmBusinessUnit interface represents a business unit.
Inheritance: IAdmTop
Methods
-
Method
-
Description
-
GetMembershipRules()
-
Returns the IAdmBusinessUnitMembershipRules interface that represents a collection of membership rules of the business unit.
-
SetMembershipRules()
-
Sets a collection of membership rules for the business unit.
-
Members()
-
Returns the IAdmBusinessUnitMembers interface that represents a collection of members of the business unit.
-
IsMember()
-
Checks whether the given directory object is a member of the business unit.
Properties
-
Property
-
Description
-
UnitName
-
Gets the name of the business unit.
-
Description
-
Gets or sets an optional description of the business unit.
Details
GetMembershipRules()
Returns the IAdmBusinessUnitMembershipRules interface that represents a collection of membership rules of the business unit. Membership rules determine which objects must be included in the business unit.
IAdmBusinessUnitMembershipRules GetMembershipRules()
SetMembershipRules()
Sets a collection of membership rules for the business unit.
void SetMembershipRules(IAdmBusinessUnitMembershipRules membershipRules)
Remarks
To save the changes, call IADs::SetInfo on the business unit object after calling this method.
Members()
Returns the IAdmBusinessUnitMembers interface that represents a collection of members of the business unit.
IAdmBusinessUnitMembers Members()
IsMember()
Checks whether the given directory object is a member of the business unit.
Boolean IsMember(IAdmTop member)
Parameters
The member parameter specifies the directory object to be checked.
UnitName
Gets the name of the business unit.
- Type:
- String
- Access:
- Read-only
Description
Gets or sets an optional description of the business unit.
- Type:
- String
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1