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


IHyperlink.Link Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHyperlink.Link Property

Hyperlink target.

[Visual Basic .NET]
Public Property Link As String
[C#]
public string Link {get; set;}
[C++]
HRESULT get_Link(
  BSTR* Link
);
[C++]
HRESULT put_Link(
  BSTR Link
);
[C++]

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

Product Availability

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

See Also

IHyperlink Interface

.NET Snippets

Add Hyperlink