Opc.Ua.Core
ServerError Property (IServerBase)



Opc.Ua Namespace > IServerBase Interface : ServerError Property
An error condition that describes why the server if not running (null if no error exists).
Syntax
'Declaration
 
ReadOnly Property ServerError As ServiceResult
'Usage
 
Dim instance As IServerBase
Dim value As ServiceResult
 
value = instance.ServerError
ServiceResult ServerError {get;}
property ServiceResult^ ServerError {
   ServiceResult^ get();
}

Property Value

The object that combines the status code and diagnostic info structures.
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

IServerBase Interface
IServerBase Members