Opc.Ua.Core
ServerError Property (ServerBase)



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

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

ServerBase Class
ServerBase Members