PercentCompletePropertyValue Property

This property is overridden to handle converting the text value to a numeric value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override string Value { get; set; }

Property Value

String
The value should be between 0 and 100. Instead of throwing an exception, the property will convert invalid values to zero.

See Also