|
ListCountAttribute Constructor (Int32, Int32)
|
Namespace:
EdiFabric.Core.Annotations.Validation
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic ListCountAttribute(
int minCount,
int maxCount
)
Public Sub New (
minCount As Integer,
maxCount As Integer
)
Parameters
- minCount
- Type: SystemInt32
The minimum allowed items. - maxCount
- Type: SystemInt32
The maximum allowed items.
See Also