QuickOPC User's Guide and Reference
Null Property (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : Null Property
A null node Id object.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property Null As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UANodeId.Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UANodeId Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UANodeId^ Null {
   UANodeId^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also