QuickOPC User's Guide and Reference
ParentPath Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : ParentPath Property
The full path to the parent of the file or directory.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=32, 
   ShortName="Parent Path")>
<NotNullAttribute()>
Public ReadOnly Property ParentPath As String
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As String
 
value = instance.ParentPath
[Browsable(false)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=32, 
   ShortName="Parent Path")]
[NotNull()]
public string ParentPath {get;}
[Browsable(false)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=32, 
   ShortName="Parent Path")]
[NotNull()]
public:
property String^ ParentPath {
   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