Indicates whether or not the renaming operation has been completed successfully.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Cancel")] public bool RenameCompleted { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Cancel")> _ Public ReadOnly Property RenameCompleted As Boolean Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use Cancel")] public: property bool RenameCompleted { bool get (); } |