Click or drag to resize
ValueListAttributeMaximumElements Property
Gets or sets the maximum element allow for the list managed by ValueListAttribute type. If lesser than 0, no upper bound is fixed. If equal to 0, no elements are allowed.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public int MaximumElements { get; set; }

Property Value

Type: Int32
See Also