Results of synchronization operation.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPSyncResults Results { get; }
Visual Basic
Public ReadOnly Property Results As FTPSyncResults
	Get
Visual C++
public:
property FTPSyncResults^ Results {
	FTPSyncResults^ get ();
}

See Also