IntegerArgumentAttribute.

Min Property

Summary

The minimum acceptable value. Defaulted to 0. If the argument is less than (equal to is okay) this value, validation will fail.

Syntax

public int Min { get; set; }

Remarks

0 is chosen to be the default value since most arguments (in the author's experience) usually are never negative.

Value

Type Description
int