Opc.Ua.Core
IsNotGood Method (DataValue)



Opc.Ua Namespace > DataValue Class : IsNotGood Method
The value to check the quality of
Returns true if the status is bad or uncertain.
Syntax
'Declaration
 
Public Shared Function IsNotGood( _
   ByVal value As DataValue _
) As Boolean
'Usage
 
Dim value As DataValue
Dim value As Boolean
 
value = DataValue.IsNotGood(value)
public static bool IsNotGood( 
   DataValue value
)
public:
static bool IsNotGood( 
   DataValue^ value
) 

Parameters

value
The value to check the quality of
Remarks
Returns true if the status is bad or uncertain.
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

DataValue Class
DataValue Members