|
| System.Net.FtpClient |
| FtpCommandException..::..CompletionCode Property |
| FtpCommandException Class See Also Send Feedback |
|
Gets the completion code associated with the response
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public string CompletionCode { get; private set; } |
| Visual Basic |
|---|
Public Property CompletionCode As String Get Private Set |
| Visual C++ |
|---|
public: property String^ CompletionCode { String^ get (); private: void set (String^ value); } |