Opc.Ua.Core
IsNull Method (ExtensionObject)



Opc.Ua Namespace > ExtensionObject Class : IsNull Method
The object to check if null
Tests if the extension or embed objects are null value.
Syntax
'Declaration
 
Public Shared Function IsNull( _
   ByVal extension As ExtensionObject _
) As Boolean
'Usage
 
Dim extension As ExtensionObject
Dim value As Boolean
 
value = ExtensionObject.IsNull(extension)
public static bool IsNull( 
   ExtensionObject extension
)
public:
static bool IsNull( 
   ExtensionObject^ extension
) 

Parameters

extension
The object to check if null

Return Value

true if the specified extension is null of the embedded object is null; otherwise, false.
Remarks
Tests is the extension object is null value.
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

ExtensionObject Class
ExtensionObject Members