ContentDownloadProgress.DownloadedBytes Property

 

Applies To: Windows Server Update Services

The number of bytes downloaded so far.

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

Syntax

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

Property Value

Type: System.Int64

The number of bytes downloaded so far.

See Also

ContentDownloadProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top