FtpListItem.Created Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets the created date of the 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 DateTime Created { get; set; }
Visual Basic
Public Property Created As DateTime
	Get
	Set
Visual C++
public:
virtual property DateTime Created {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}

Property Value

Type: DateTime

Implements

IFtpListItem..::..Created

See Also