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.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic int MaximumElements { get; set; }
public:
property int MaximumElements {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also