Opc.Ua.Core
SemanticsChanged Property



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