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

Glossary Item Box

Set to indicate that the structure of the data value has changed.

Syntax

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

Remarks

Set to indicate that the structure of the data value has 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.