Directory Services

IADsTypedName Property Methods

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

Properties

Property Description
ObjectName

[Visual Basic]
Access: Read/Write
DataType: BSTR

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

The name of an object.
Level

[Visual Basic]
Access: Read/Write
DataType: Long

[C++]
HRESULT get_Level
([out] LONG* retval);
HRESULT put_Level
([in] LONG lnLevel);

The priority level associated with the object.
Interval

[Visual Basic]
Access: Read/Write
DataType: Long

[C++]
HRESULT get_Interval
([out] LONG* retval);
HRESULT put_Interval
([in] LONG lnInterval);

The frequency of reference of the object.

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

IADsTypedName, ADS_TYPEDNAME