Opc.Ua.Core
IsNotUncertain Method (DataValue)



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

Parameters

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