Unique Integer CollectionMinimum Value Property
This read-only property is used to get the minimum value allowed to be added to the collection
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public int MinimumValue { get; }VB
Public ReadOnly Property MinimumValue As Integer
GetC++
public:
property int MinimumValue {
int get ();
}F#
member MinimumValue : int with get