Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string Path { get; set; }
Visual Basic
Public Property Path As String
	Get
	Set
Visual C++
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

Return Value

Path of file if set

See Also