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


In This Topic
    Item Property (ParsingListingLineEventArgs)
    In This Topic
    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
    public FtpItemInfo Item {get;}

    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