Directory Services

IADsBackLink Property Methods

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

Properties

Property Description
RemoteID

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

[C++]
HRESULT get_RemoteID
([out] LONG* retVal);
HRESULT put_RemoteID
([in] LONG bstrProtectedAttrName);

The identifier of the remote server that requires an external reference of the object specified by ObjectName.
ObjectName

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

[C++]
HRESULT get_ObjectName
([out] BSTR* retval);
HRESULT put_ObjectName
([in] BSTR bstrSubjectName);

The name of an object the Back Link attribute is attached to.

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

IADsBackLink, ADS_BACKLINK