Opc.Ua.Core
Overflow Property



Opc.Ua Namespace > StatusCode Structure : Overflow Property
The overflow bit.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Overflow As Boolean
'Usage
 
Dim instance As StatusCode
Dim value As Boolean
 
instance.Overflow = value
 
value = instance.Overflow
[XmlIgnore()]
public bool Overflow {get; set;}
[XmlIgnore()]
public:
property bool Overflow {
   bool get();
   void set (    bool value);
}
Remarks
Specifies if there is an overflow or not
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

StatusCode Structure
StatusCode Members