Unique Integer CollectionMaximum Value Property
This read-only property is used to get the highest 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 MaximumValue { get; }VB
Public ReadOnly Property MaximumValue As Integer
GetC++
public:
property int MaximumValue {
int get ();
}F#
member MaximumValue : int with get