Sets the maximum number of items allowed for this property. Only applies to collection properties. This is only enforced in the back office user interface; from code it is possible to add more items than the specified maximum.

[AttributeUsage]
public sealed class MaxCountAttribute: ICollectionValidationAttribute
Inheritance:
ObjectValidationAttributeMaxCountAttribute
Implements:
ICollectionValidationAttribute

Constructors

MaxCountAttribute(int)

Properties

MaximumCount

Methods

IsValid(object)
FormatErrorMessage(string)