Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFile Class / LinkName Property


In This Topic
    LinkName Property
    In This Topic
    Gets the link name.
    Syntax
    'Declaration
     
    Public ReadOnly Property LinkName As String
    'Usage
     
    Dim instance As TarredFile
    Dim value As String
     
    value = instance.LinkName
    public string LinkName {get;}

    Property Value

    A string representing the name of the file or folder that this entry is linked to. The value will be empty if the header type is not 1 (linked file) or 2 (symbolic link).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also