ContentDownloadProgress.TotalBytesToDownload Property

 

Applies To: Windows Server Update Services

The total number of bytes to download.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public long TotalBytesToDownload { get; }
public:
property long long TotalBytesToDownload {
    long long get();
}
member TotalBytesToDownload : int64 with get
Public ReadOnly Property TotalBytesToDownload As Long

Property Value

Type: System.Int64

The total number of bytes to download.

See Also

ContentDownloadProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top