Share via


RepositoryLocation.ToUriString Method

Returns the URI-encoded concatenation of the properties that uniquely identify an item: the site URL, the list URL, and the item identifier.

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

Syntax

'Declaration
Public Function ToUriString As String
'Usage
Dim instance As RepositoryLocation
Dim returnValue As String

returnValue = instance.ToUriString()
public string ToUriString()

Return Value

Type: System.String
The URI-encoded concatenation of the properties that uniquely identify an item (content type): the site URL, the list URL, and the item identifier.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace