Directory Services |
The IADsBackLink interface provides methods for an ADSI client to access the Back Link attribute in Novell NetWare Directory Services (NDS). You can call the property methods of this interface to obtain and modify the NDS attribute.
The IADsBackLink interface inherits the methods of the standard COM interfaces:
In addition, IADsBackLink defines the following methods.
Method | Description |
---|---|
get_RemoteID | Retrieves the identifier of the remote server. |
put_RemoteID | Modifies the identifier of the remote server. |
get_ObjectName | Retrieves the name of an object the Back Link attribute is attached to. |
put_ObjectName | Modifies the name of an object the Back Link attribute is attached to. |
The IADsBackLink interface defines the following properties. The preceding table includes access methods for these properties.
Property | Description |
---|---|
ObjectName | Retrieves and modifies the name of an object that the Back Link attribute is attached to. |
RemoteID | Retrieves and modifies the identifier of the remote server. |
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.