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

structureChanged
The value for the StructureChanged bit.

Glossary Item Box

Returns a copy of the status code with the StructureChanged bit set.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StatusCode
Dim structureChanged As Boolean
Dim value As StatusCode
 
value = instance.SetStructureChanged(structureChanged)
C# 
public StatusCode SetStructureChanged( 
   bool structureChanged
)

Parameters

structureChanged
The value for the StructureChanged bit.

Return Value

The status code with the StructureChanged bit set to the specified value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.