OPC Studio User's Guide and Reference
Node Property (NodeRejectedErrorEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeRejectedErrorEventArgs Class : Node Property
Contained the rejected node.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Node As NodeFrontEnd
'Usage
 
Dim instance As NodeRejectedErrorEventArgs
Dim value As NodeFrontEnd
 
value = instance.Node
[NotNull()]
public NodeFrontEnd Node {get;}
[NotNull()]
public:
property NodeFrontEnd^ Node {
   NodeFrontEnd^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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