Share via


Target.IndicatorLocation property

Gets or sets the location of the indicator in the repository.

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

Syntax

'Declaration
Public Property IndicatorLocation As RepositoryLocation
    Get
    Set
'Usage
Dim instance As Target
Dim value As RepositoryLocation

value = instance.IndicatorLocation

instance.IndicatorLocation = value
public RepositoryLocation IndicatorLocation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location of the indicator in the repository.

See also

Reference

Target class

Target members

Microsoft.PerformancePoint.Scorecards namespace