BpmPropertyPercent.Percent Property (Microsoft.PerformancePoint.Scorecards)

The percent value. Typical range is from -1.0 to 1.0 where -1.0 is -100% and 1.0 is 100%.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property Percent As Decimal
'Usage
Dim instance As BpmPropertyPercent
Dim value As Decimal

value = instance.Percent

instance.Percent = value
[XmlAttributeAttribute] 
public virtual decimal Percent { get; set; }

See Also

Reference

BpmPropertyPercent Class
BpmPropertyPercent Members
Microsoft.PerformancePoint.Scorecards Namespace