ListLocation.SiteUrl property

Gets the server-relative URL of the site.

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

Syntax

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

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

Property value

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

See also

Reference

ListLocation class

ListLocation members

Microsoft.PerformancePoint.Scorecards namespace