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

Glossary Item Box

The entire 32-bit status value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StatusCode
Dim value As UInteger
 
instance.Code = value
 
value = instance.Code
C# 
[DataMemberAttribute(Name="Code", 
   IsNameSetExplicitly=true, 
   Order=1)]
public uint Code {get; set;}

Remarks

The entire 32-bit status 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.