Share via


GridCell.IndicatorId Property (Microsoft.PerformancePoint.Scorecards)

The ID of the indicator.

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

Syntax

'Declaration
Public Property IndicatorId As Guid
'Usage
Dim instance As GridCell
Dim value As Guid

value = instance.IndicatorId

instance.IndicatorId = value
public Guid IndicatorId { get; set; }

Remarks

Used by leaf target cells.

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace