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
str
Type: System.StringThe specified URI.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
A location that represents the object at the specified location.