Platform SDK: Active Directory, ADSI, and 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 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 an object.
Level

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

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

HRESULT put_Level
(LONG
lnLevel);

The priority level associated with the object.
Interval

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

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

HRESULT put_Interval
(LONG
lnInterval);

The frequency of reference of the object.

See Also

IADsTypedName, ADS_TYPEDNAME