ConnectionData.Score Property

Gets or sets the score for the selected cell.

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

Syntax

'Declaration
Public Property Score As Decimal
    Get
    Set
'Usage
Dim instance As ConnectionData
Dim value As Decimal

value = instance.Score

instance.Score = value
public decimal Score { get; set; }

Property Value

Type: System.Decimal
The score for the selected cell.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace