FtpCommandException.CompletionCode Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
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);
}

Property Value

Type: String

See Also