The full name of the directory or file.
Namespace:
KetLabs.FTPAssembly: Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)
Syntax
| C# |
|---|
public string FullName { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FullName As String |
| Visual C++ |
|---|
public: property String^ FullName { String^ get (); void set (String^ value); } |