Share via


BpmPropertyLinkBase.ValidateHyperlink method

Validates a hyperlink.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

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

Parameters

Return value

Type: System.Boolean
true if the hyperlink is valid; otherwise false.

See also

Reference

BpmPropertyLinkBase class

BpmPropertyLinkBase members

Microsoft.PerformancePoint.Scorecards namespace