Directory Services

IADsHold

The IADsHold interface provides methods for an ADSI client to access the Hold attribute in Novell NetWare Directory Services (NDS).

You can call the property methods of this interface to obtain and modify the NDS attribute.

Methods in Vtable Order

The IADsHold interface inherits the methods of the standard COM interfaces:

In addition, IADsHold defines the following methods.

Method Description
get_ObjectName Gets the name of the object on hold.
put_ObjectName Sets the name of the object on hold.
get_Amount Gets the amount charged against the user for the period on hold while the server checks the account balance.
put_Amount Sets the amount charged against the user for the period on hold while the server checks the account balance.

Properties

The IADsHold interface defines the following properties. The preceding table includes access methods for these properties.

Property Description
Amount Gets and sets the amount charged against the user for the period on hold while the server checks the account balance.
ObjectName Gets and sets the name of the object on hold.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsHold Property Methods