Opc.Ua.Core
IsNull Method (SchemaValidator)



Opc.Ua.Schema Namespace > SchemaValidator Class : IsNull Method
Returns true if the QName is null,
Syntax
'Declaration
 
Protected Shared Function IsNull( _
   ByVal name As XmlQualifiedName _
) As Boolean
'Usage
 
Dim name As XmlQualifiedName
Dim value As Boolean
 
value = SchemaValidator.IsNull(name)
protected static bool IsNull( 
   XmlQualifiedName name
)
protected:
static bool IsNull( 
   XmlQualifiedName^ name
) 

Parameters

name
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

SchemaValidator Class
SchemaValidator Members