Opc.Ua.Core
Begin Property



Opc.Ua Namespace > NumericRange Structure : Begin Property
The begining of the numeric range.
Syntax
'Declaration
 
Public Property Begin As Integer
'Usage
 
Dim instance As NumericRange
Dim value As Integer
 
instance.Begin = value
 
value = instance.Begin
public int Begin {get; set;}
public:
property int Begin {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
Thrown when the value is less than -1, or when the value is greater than the end
Remarks
The begining 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