HyperlinkEventArgsHyperlink Property |
|
DataPA OpenAnalytics API Reference
Gets the Hyperlink that this event is related to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Hyperlink { get; }
Public ReadOnly Property Hyperlink As String
Get
public:
virtual property String^ Hyperlink {
String^ get () sealed;
}
function get_Hyperlink();
Return Value
Type:
StringThe Hyperlink that this event is related to.
Remarks See Also