Opc.Ua.Core
StatusCode Property (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : StatusCode Property
The status code associated with the variable value.
Syntax
'Declaration
 
Public Property StatusCode As StatusCode
'Usage
 
Dim instance As BaseVariableState
Dim value As StatusCode
 
instance.StatusCode = value
 
value = instance.StatusCode
public StatusCode StatusCode {get; set;}
public:
property StatusCode StatusCode {
   StatusCode get();
   void set (    StatusCode value);
}

Property Value

The status code.
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

BaseVariableState Class
BaseVariableState Members