Percent Complete PropertyPercentage 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int Percentage { get; set; }VB
Public Property Percentage As Integer
Get
SetC++
public:
property int Percentage {
int get ();
void set (int value);
}F#
member Percentage : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | An exception is thrown if the value is not between 0 and 100. |