Gets the number of files to transfer.
This property is only available when the
BuildDirectoryTree property of
TransferOptions object has been set to true.
public int TotalFiles { get; }
Public ReadOnly Property TotalFiles As Integer
public:
property int TotalFiles {
int get();
}