The assembly's build timestamp.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string BuildTimestamp { get; }
Visual Basic
Public ReadOnly Property BuildTimestamp As String
	Get
Visual C++
public:
property String^ BuildTimestamp {
	String^ get ();
}

Field Value

Timestamp of when the assembly was built in the format d-MMM-yyyy HH:mm:ss z.

See Also