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
originalHyperlink
Type: System.StringThe hyperlink.
Return Value
Type: System.Boolean
true if the hyperlink is valid; otherwise false.