IntegerArgumentAttribute.

Max Property

Summary

The maximum acceptable value. Defaulted to System.Int32.MaxValue. If the argument is greater than (equal to is okay) this value, validation will fail.

Syntax

public int Max { get; set; }

Value

Type Description
int