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


IRemoteMetadataName.Onlink Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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(
  BSTR Onlink
);
[C++]

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

Product Availability

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

See Also

IRemoteMetadataName Interface