Opc.Ua.Core
SubCode Property



Opc.Ua Namespace > StatusCode Structure : SubCode Property
The sub-code portion of the status code.
Syntax
'Declaration
 
Public Property SubCode As UInteger
'Usage
 
Dim instance As StatusCode
Dim value As UInteger
 
instance.SubCode = value
 
value = instance.SubCode
public uint SubCode {get; set;}
public:
property uint SubCode {
   uint get();
   void set (    uint value);
}
Remarks
The sub-code portion of the status code.
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