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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : Name Property
The name of the file or directory, not including any path.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=33, 
   ShortName="Name")>
<NotNullAttribute()>
Public ReadOnly Property Name As String
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As String
 
value = instance.Name
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=33, 
   ShortName="Name")]
[NotNull()]
public string Name {get;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=33, 
   ShortName="Name")]
[NotNull()]
public:
property String^ Name {
   String^ 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