Opc.Ua.Core
IsNull Method (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : IsNull Method
The qualified name to check
Returns true if the value is null.
Syntax
'Declaration
 
Public Shared Function IsNull( _
   ByVal value As QualifiedName _
) As Boolean
'Usage
 
Dim value As QualifiedName
Dim value As Boolean
 
value = QualifiedName.IsNull(value)
public static bool IsNull( 
   QualifiedName value
)
public:
static bool IsNull( 
   QualifiedName^ value
) 

Parameters

value
The qualified name to check
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

QualifiedName Class
QualifiedName Members