.NET Framework Class Library

Hyperlink.Anchor Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Hyperlink Class > Hyperlink Properties >

.NET Framework Class Library

Hyperlink.Anchor Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Anchor As String
 Get
 Private Set

C#

public string Anchor { getprivate set; }

Visual C++

public:
property StringAnchor {
 Stringget ();
 privatevoid set (Stringvalue);
}

See Also

Hyperlink Class

Hyperlink Members

Gnostice.Core.DOM Namespace