Opc.Ua.Core
SetStructureChanged Method



Opc.Ua Namespace > StatusCode Structure : SetStructureChanged Method
The value for the StructureChanged bit.
Returns a copy of the status code with the StructureChanged bit set.
Syntax
'Declaration
 
Public Function SetStructureChanged( _
   ByVal structureChanged As Boolean _
) As StatusCode
'Usage
 
Dim instance As StatusCode
Dim structureChanged As Boolean
Dim value As StatusCode
 
value = instance.SetStructureChanged(structureChanged)
public StatusCode SetStructureChanged( 
   bool structureChanged
)
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, 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