OPC Studio User's Guide and Reference
DefaultCurrentNodeDescriptor Property (UABrowseInputsOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseInputsOutputs Class : DefaultCurrentNodeDescriptor Property
The default current node descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultCurrentNodeDescriptor As UABrowseNodeDescriptor
'Usage
 
Dim value As UABrowseNodeDescriptor
 
value = UABrowseInputsOutputs.DefaultCurrentNodeDescriptor
[NotNull()]
public static UABrowseNodeDescriptor DefaultCurrentNodeDescriptor {get;}
[NotNull()]
public:
static property UABrowseNodeDescriptor^ DefaultCurrentNodeDescriptor {
   UABrowseNodeDescriptor^ 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