OPC Studio User's Guide and Reference
NodeKind Property (UAFolder)



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA.NodeSpace Namespace > UAFolder Class : NodeKind Property
Determines whether the node is a data variable, folder, or a root.
Syntax
'Declaration
 
Public Overrides ReadOnly Property NodeKind As UAServerNodeKind
'Usage
 
Dim instance As UAFolder
Dim value As UAServerNodeKind
 
value = instance.NodeKind
public override UAServerNodeKind NodeKind {get;}
public:
property UAServerNodeKind NodeKind {
   UAServerNodeKind get() override;
}

Property Value

The kind of the node as defined by the UAServerNodeKind enumeration.

The default value of this property is Folder (UAServerNodeKind.Folder).

Remarks

Returns UAServerNodeKind.Folder.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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