Share via


RepositoryList.GetFormattedDisplayString method

Returns a string in the format "List (https://server/site/List)".

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

Syntax

'Declaration
Public Function GetFormattedDisplayString ( _
    serverHostUrl As String _
) As String
'Usage
Dim instance As RepositoryList
Dim serverHostUrl As String
Dim returnValue As String

returnValue = instance.GetFormattedDisplayString(serverHostUrl)
public string GetFormattedDisplayString(
    string serverHostUrl
)

Parameters

  • serverHostUrl
    Type: System.String

    The URL of the host server in the format "https://server" or "http://server:port".

Return value

Type: System.String
A string in the format "List (https://server/site/List)".

See also

Reference

RepositoryList class

RepositoryList members

Microsoft.PerformancePoint.Scorecards namespace