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

Amount

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

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_Amount(
  [out] LONG* retval
);
HRESULT put_Amount(
  [in] LONG lnAmount
);

ObjectName

The name of the object representing a user on hold.

Access type: Read/write

Scripting data type: BSTR

// C++ method syntax
HRESULT get_ObjectName(
  [out] BSTR* retVal
);
HRESULT put_ObjectName(
  [in] BSTR bstrObjectName
);

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsHold is defined as B3EB3B37-4080-11D1-A3AC-00C04FB950DC

See also

IADsHold