Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / ParsingListingLineEventArgs Class / Item Property


    Item Property (ParsingListingLineEventArgs)
    Gets an FtpItemInfo object representing the listing information of an FTP item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As FtpItemInfo
     
    'Usage
     
    Dim instance As ParsingListingLineEventArgs
    Dim value As FtpItemInfo
     
    value = instance.Item

    Property Value

    A reference to an FtpItemInfo object representing the listing information of an FTP item.
    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