DataPA Enterprise Dashboard Controls API Reference
Gets the Hyperlink that this event is related to.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string Hyperlink { get; }
Visual Basic
Public ReadOnly Property Hyperlink As String
	Get
Visual C++
public:
virtual property String^ Hyperlink {
	String^ get () sealed;
}

Return Value

Type: String
The Hyperlink that this event is related to.

Remarks