Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public FTPFile[] Children { get; set; } |
| Visual Basic |
|---|
Public Property Children As FTPFile() Get Set |
| Visual C++ |
|---|
public: property array<FTPFile^>^ Children { array<FTPFile^>^ get (); void set (array<FTPFile^>^ value); } |