UniqueIntegerCollectionAllowZero Property
This read-only property is used to get whether or not zero is allowed as a valid value
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public bool AllowZero { get; }
Public ReadOnly Property AllowZero As Boolean
Get
public:
property bool AllowZero {
bool get ();
}
member AllowZero : bool with get
Property 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).