Opc.Ua.Core
End Property



Opc.Ua Namespace > NumericRange Structure : End Property
The end of the numeric range.
Syntax
'Declaration
 
Public Property End As Integer
'Usage
 
Dim instance As NumericRange
Dim value As Integer
 
instance.End = value
 
value = instance.End
public int End {get; set;}
public:
property int End {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
Thrown when the value is less than -1 or when the end is less than the beginning
Remarks
The end of the numeric range.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members