Opc.Ua.Core
ServerError Property (EndpointBase)



Opc.Ua Namespace > EndpointBase Class : ServerError Property
Returns the error of the server.
Syntax
'Declaration
 
Protected Property ServerError As ServiceResult
'Usage
 
Dim instance As EndpointBase
Dim value As ServiceResult
 
instance.ServerError = value
 
value = instance.ServerError
protected ServiceResult ServerError {get; set;}
protected:
property ServiceResult^ ServerError {
   ServiceResult^ get();
   void set (    ServiceResult^ value);
}

Property Value

The server error.
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

EndpointBase Class
EndpointBase Members