Gets hyperlink type.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public HyperlinkType HyperlinkType { get; }
Visual Basic
Public ReadOnly Property HyperlinkType As HyperlinkType
	Get
Visual C++
public:
property HyperlinkType HyperlinkType {
	HyperlinkType get ();
}

See Also