edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public DateTime LastModified { get; set; }
Visual Basic
Public Property LastModified As DateTime
	Get
	Set
Visual C++
public:
property DateTime LastModified {
	DateTime get ();
	void set (DateTime value);
}

Return Value

Gets last modified timestamp

See Also