This document is archived and information here might be outdated.  Recommended version.


IRemoteMetadataName.Onlink Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.Onlink Property
ArcGIS Developer Help

IRemoteMetadataName.Onlink Property

The online linkage contained within this document.

[Visual Basic .NET]
Public Property Onlink As String
[C#]
public string Onlink {get; set;}
[C++]
HRESULT get_Onlink(
  BSTR Onlink
);
[C++]
HRESULT put_Onlink(
  System.String* Onlink
);
[C++]
Parameters
Onlink [in]

Onlink is a parameter of type BSTR Onlink [out, retval]
Onlink is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemoteMetadataName Interface