Repeat PropertyRepeat Count Property
This allows the repeat count 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 RepeatCount { get; set; }VB
Public Property RepeatCount As Integer
Get
SetC++
public:
property int RepeatCount {
int get ();
void set (int value);
}F#
member RepeatCount : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | An exception is thrown if the value is less than zero |