Int32ValidatorAttribute.

MinValue Property

Summary

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

Syntax

public int MinValue { get; set; }

Value

Type Description
int The minimum value. The default is System.Int32.MinValue.