GridDisplayElementIndicatorText.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 GridDisplayElementIndicatorText
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
GridDisplayElementIndicatorText Class