QuickOPC User's Guide and Reference
Length Property (FileSystemNodeTreePosition)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : Length Property
The length of the file in bytes, or -1 for a directory or non-existing files, or when the length cannot be obtained.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=37, 
   ShortName="Length")>
Public ReadOnly Property Length As Nullable(Of Long)
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As Nullable(Of Long)
 
value = instance.Length
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=37, 
   ShortName="Length")]
public Nullable<long> Length {get;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=37, 
   ShortName="Length")]
public:
property Nullable<int64> Length {
   Nullable<int64> 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