Gets the total file transfer progress percentage.
This property is only available when the
BuildDirectoryTree property of the
TransferOptions object has been set to true.
public float TotalPercentage { get; }
Public ReadOnly Property TotalPercentage As Single
public:
property float TotalPercentage {
float get();
}