EasyUA Reference
SemanticsChanged Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StatusCode Structure : SemanticsChanged Property

Glossary Item Box

Set to indicate that the semantics associated with the data value have changed.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StatusCode
Dim value As Boolean
 
instance.SemanticsChanged = value
 
value = instance.SemanticsChanged
C# 
[XmlIgnoreAttribute()]
public bool SemanticsChanged {get; set;}

Remarks

Set to indicate that the semantics associated with the data value have changed.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.