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