Indicator.IndicatorType Property (Microsoft.PerformancePoint.Scorecards)

The type of indicator. See the IndicatorType enumeration for more details.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property IndicatorType As IndicatorType
'Usage
Dim instance As Indicator
Dim value As IndicatorType

value = instance.IndicatorType

instance.IndicatorType = value
[XmlAttributeAttribute] 
public IndicatorType IndicatorType { get; set; }

See Also

Reference

Indicator Class
Indicator Members
Microsoft.PerformancePoint.Scorecards Namespace