| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As NumericRange Dim value As Integer instance.End = value value = instance.End | |
| C# | |
|---|---|
public int End {get; set;} | |
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when the value is less than -1 or when the end is less than the beginning |
The end of the numeric range.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x