GridTargetSettings.ScoreSettings Property
Gets or sets the score settings for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ScoreSettings As GridScoreSettings
Get
Set
'Usage
Dim instance As GridTargetSettings
Dim value As GridScoreSettings
value = instance.ScoreSettings
instance.ScoreSettings = value
public GridScoreSettings ScoreSettings { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridScoreSettings
The score settings for the cell.