UniqueIntegerCollectionAllowZero Property

This read-only property is used to get whether or not zero is allowed as a valid value

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public bool AllowZero { get; }

Property Value

Boolean
This is useful if you need to set a valid range that includes negative and positive values but excludes zero (i.e. -53 to -1 and +1 to +53 but not zero).

See Also