ListLocation.ListUrl property

Gets the server-relative URL of the list.

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

Syntax

'Declaration
Public Property ListUrl As String
    Get
    Private Set
'Usage
Dim instance As ListLocation
Dim value As String

value = instance.ListUrl
public string ListUrl { get; private set; }

Property value

Type: System.String
The server-relative URL of the list.

See also

Reference

ListLocation class

ListLocation members

Microsoft.PerformancePoint.Scorecards namespace