Share via


RepositoryList.Location property

Gets or sets the location of the list.

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

Syntax

'Declaration
Public Property Location As ListLocation
    Get
    Set
'Usage
Dim instance As RepositoryList
Dim value As ListLocation

value = instance.Location

instance.Location = value
public ListLocation Location { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ListLocation
The location of the list.

See also

Reference

RepositoryList class

RepositoryList members

Microsoft.PerformancePoint.Scorecards namespace