ConnectionData.TargetValue Property
Gets or sets the target value if the selected cell has a target.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property TargetValue As Decimal
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As Decimal
value = instance.TargetValue
instance.TargetValue = value
public decimal TargetValue { get; set; }
Property Value
Type: System.Decimal
The target value if the selected cell has a target.