QuickOPC User's Guide and Reference
DefaultCurrentNodeElement Property (OpcBrowseOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseOutputs Class : DefaultCurrentNodeElement Property
The default current node element.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultCurrentNodeElement As OpcBrowseNodeElement
'Usage
 
Dim value As OpcBrowseNodeElement
 
value = OpcBrowseOutputs.DefaultCurrentNodeElement
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static OpcBrowseNodeElement DefaultCurrentNodeElement {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property OpcBrowseNodeElement^ DefaultCurrentNodeElement {
   OpcBrowseNodeElement^ 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