Opc.Ua.Core
Error Property (BaseVariableValue)



Opc.Ua Namespace > BaseVariableValue Class : Error Property
Gets or sets the current error state.
Syntax
'Declaration
 
Public Property Error As ServiceResult
'Usage
 
Dim instance As BaseVariableValue
Dim value As ServiceResult
 
instance.Error = value
 
value = instance.Error
public ServiceResult Error {get; set;}
public:
property ServiceResult^ Error {
   ServiceResult^ get();
   void set (    ServiceResult^ value);
}
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

BaseVariableValue Class
BaseVariableValue Members