Int32ValidatorAttribute.

MaxValue Property

Summary

Gets or sets the maximum value.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Containing Type
Int32ValidatorAttribute

Syntax

public int MaxValue { get; set; }

Value

Type Description
int The maximum value. The default is System.Int32.MaxValue.