Getter for reply code
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual string ReplyCode { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property ReplyCode As String Get |
| Visual C++ |
|---|
public: virtual property String^ ReplyCode { String^ get (); } |