OPC Studio User's Guide and Reference
IsDirectory Property (UAFileTransferNodeTreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer.Graphs Namespace > UAFileTransferNodeTreePosition Class : IsDirectory Property
Determines whether the node represents a directory.
Syntax
'Declaration
 
Public Property IsDirectory As Boolean
'Usage
 
Dim instance As UAFileTransferNodeTreePosition
Dim value As Boolean
 
instance.IsDirectory = value
 
value = instance.IsDirectory
public bool IsDirectory {get; set;}
public:
property bool IsDirectory {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is True.

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