FTPConnectionBuildTimestamp Property |
The assembly's build timestamp.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic string BuildTimestamp { get; }Public ReadOnly Property BuildTimestamp As String
Get
public:
property String^ BuildTimestamp {
String^ get ();
}member BuildTimestamp : string with get
Property Value
Type:
String
Timestamp of when the assembly was built in the format
d-MMM-yyyy HH:mm:ss z.
See Also