Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemItem Class / HostFile Property


In This Topic
    HostFile Property (FileSystemItem)
    In This Topic
    Gets an AbstractFile containing an archived version of this FileSystemItem.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HostFile As AbstractFile
    'Usage
     
    Dim instance As FileSystemItem
    Dim value As AbstractFile
     
    value = instance.HostFile
    public virtual AbstractFile HostFile {get;}

    Property Value

    a null reference (Nothing in Visual Basic) if this FileSystemItem directly comes from a file system (disk drive, ftp server, memory).
    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