FtpListItem.Type Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets the type of file system object. This property can be set however this functionality is intended to be done by custom parsers.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public FtpFileSystemObjectType Type { get; set; }
Visual Basic
Public Property Type As FtpFileSystemObjectType
	Get
	Set
Visual C++
public:
virtual property FtpFileSystemObjectType Type {
	FtpFileSystemObjectType get () sealed;
	void set (FtpFileSystemObjectType value) sealed;
}

Property Value

Type: FtpFileSystemObjectType

Implements

IFtpListItem..::..Type

See Also