RepositoryLocation.GetListUrl method
Returns the list URL of the location by removing the item identifier from the ItemUrl property.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetListUrl As String
'Usage
Dim instance As RepositoryLocation
Dim returnValue As String
returnValue = instance.GetListUrl()
public string GetListUrl()
Return value
Type: System.String
The list URL of the location.