Unique Integer CollectionAllow Zero 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: 2025.1.9.0
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).
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public bool AllowZero { get; }VB
Public ReadOnly Property AllowZero As Boolean
GetC++
public:
property bool AllowZero {
bool get ();
}F#
member AllowZero : bool with getProperty Value
BooleanThis 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).