Summary
Gets or sets the maximum value.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Int32
Validator Attribute
Syntax
public int MaxValue { get; set; }
Value
Type | Description |
---|---|
int |
The maximum value. The default is System.Int32.MaxValue .
|