Indicates whether or not data was appended to the remote file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
[ObsoleteAttribute("Use Append")] public bool Appended { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Use Append")> _ Public ReadOnly Property Appended As Boolean Get |
Visual C++ |
---|
[ObsoleteAttribute(L"Use Append")] public: property bool Appended { bool get (); } |