Directory Services |
The IADsTypedName interface provides methods for an ADSI client to access the Typed Name attribute in Novell NetWare Directory Services (NDS).
You can call the property methods of this interface to obtain and modify the NDS attribute.
The IADsTypedName interface inherits the methods of the standard COM interfaces:
In addition, IADsTypedName defines the following methods.
Method | Description |
---|---|
get_ObjectName | Gets the object name. |
put_ObjectName | Sets the object name. |
get_Level | Gets the priority level of the object. |
put_Level | Sets the priority level of the object. |
get_Interval | Gets the frequency of references of the object. |
put_Interval | Sets the frequency of references of object. |
The IADsTypedName interface defines the following properties. The preceding table includes access methods for these properties.
Property | Description |
---|---|
Interval | Gets and sets the frequency of references of the object. |
Level | Gets and sets the priority level of the object. |
ObjectName | Gets and sets the object name. |
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.