Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpItemInfo Class / Empty Property


In This Topic
    Empty Property (FtpItemInfo)
    In This Topic
    Gets an empty FtpItemInfo object.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Empty As FtpItemInfo
    'Usage
     
    Dim value As FtpItemInfo
     
    value = FtpItemInfo.Empty
    public static FtpItemInfo Empty {get;}

    Property Value

    A reference to an empty FtpItemInfo object.
    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