RepositoryLocation.CreateFromUriString Method

Creates a RepositoryLocation object from the specified URI.

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

Syntax

'Declaration
Public Shared Function CreateFromUriString ( _
    str As String _
) As RepositoryLocation
'Usage
Dim str As String
Dim returnValue As RepositoryLocation

returnValue = RepositoryLocation.CreateFromUriString(str)
public static RepositoryLocation CreateFromUriString(
    string str
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
A location that represents the object at the specified location.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace