Opc.Ua.Core
Code Property (ServiceResult)



Opc.Ua Namespace > ServiceResult Class : Code Property
The status code associated with the result.
Syntax
'Declaration
 
Public ReadOnly Property Code As UInteger
'Usage
 
Dim instance As ServiceResult
Dim value As UInteger
 
value = instance.Code
public uint Code {get;}
public:
property uint Code {
   uint get();
}
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

ServiceResult Class
ServiceResult Members