PercentCompletePropertyPercentage Property

This allows the percentage to be set or retrieved as an integer

Definition

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

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionAn exception is thrown if the value is not between 0 and 100.

See Also