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

ObjectName

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

Access type: Read/write

Scripting data type: BSTR

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

RemoteID

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

Access type: Read/write

Scripting data type: LONG

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

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsBackLink is defined as FD1302BD-4080-11D1-A3AC-00C04FB950DC

See also

IADsBackLink

ADS_BACKLINK