Share via


BpmPropertyLinkBase.ValidateHyperlink Method (Microsoft.PerformancePoint.Scorecards)

Validates a hyperlink string.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function ValidateHyperlink ( _
    hyperlink As String _
) As Boolean
'Usage
Dim hyperlink As String
Dim returnValue As Boolean

returnValue = BpmPropertyLinkBase.ValidateHyperlink(hyperlink)
public static bool ValidateHyperlink (
    string hyperlink
)

Parameters

  • hyperlink

Return Value

Returns true if the hyperlink is valid.

See Also

Reference

BpmPropertyLinkBase Class
BpmPropertyLinkBase Members
Microsoft.PerformancePoint.Scorecards Namespace