RepeatProperty.Value 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: 2025.1.9.0
public override string? Value { get; set; }

Property Value

String
Instead of throwing an exception, the property will convert non-numeric values to the default repeat count (0).

See Also