RepositoryLocation.ToString Method
Returns the GUID of a temporary object as a string, or returns the URL of other types of object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RepositoryLocation
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The value of the ItemGuid property as a string for objects that are temporary objects, or the ItemUrl property for other objects.