FtpListItem.FullName Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets the full path name to the object. This property can be set however this functionality is intended to be done by custom parsers.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

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

Property Value

Type: String

Implements

IFtpListItem..::..FullName

See Also