Opc.Ua.Core
StructureChanged Property



Opc.Ua Namespace > StatusCode Structure : StructureChanged Property
Set to indicate that the structure of the data value has changed.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property StructureChanged As Boolean
'Usage
 
Dim instance As StatusCode
Dim value As Boolean
 
instance.StructureChanged = value
 
value = instance.StructureChanged
[XmlIgnore()]
public bool StructureChanged {get; set;}
[XmlIgnore()]
public:
property bool StructureChanged {
   bool get();
   void set (    bool value);
}
Remarks
Set to indicate that the structure of the data value has changed.
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