Opc.Ua.Core
AggregateBits Property



Opc.Ua Namespace > StatusCode Structure : AggregateBits Property
The historian bits.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property AggregateBits As AggregateBits
'Usage
 
Dim instance As StatusCode
Dim value As AggregateBits
 
instance.AggregateBits = value
 
value = instance.AggregateBits
[XmlIgnore()]
public AggregateBits AggregateBits {get; set;}
[XmlIgnore()]
public:
property AggregateBits AggregateBits {
   AggregateBits get();
   void set (    AggregateBits value);
}
Remarks
The historian bits.
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
AggregateBits Property