Platform SDK: Active Directory, ADSI, and Directory Services

IADsHold Property Methods

The property method of the IADsHold interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
ObjectName

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_ObjectName
(BSTR
*retVal);

HRESULT put_ObjectName
(BSTR
bstrObjectName);

The name of the object representing a user on hold.
Amount

[Visual Basic]
Access: Read/Write
Data Type: LONG

[C++]
HRESULT get_Amount
(LONG
*retval);

HRESULT put_Amount
(LONG
lnAmount);

The amount of charges levied against the user for the period on hold while the server checks the account balance of the user.

See Also

IADsHold