Share via


UpdateServicesPackageWithServerInformation.MaxDownloadSize Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get/Set the maximum number of bytes that could be downloaded by the MSUS Client in order to perform installation/uninstallation of this update.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property MaxDownloadSize As Integer
'Usage
Dim instance As UpdateServicesPackageWithServerInformation
Dim value As Integer

value = instance.MaxDownloadSize

instance.MaxDownloadSize = value
public int MaxDownloadSize { get; set; }
public:
property int MaxDownloadSize {
    int get ();
    void set (int value);
}
/** @property */
public int get_MaxDownloadSize ()

/** @property */
public void set_MaxDownloadSize (int value)
public function get MaxDownloadSize () : int

public function set MaxDownloadSize (value : int)

Property Value

The maximum number of bytes that could be downloaded by the MSUS Client in order to perform installation/uninstallation of this update.

Remarks

This attribute will usually be omitted, and the number of bytes may be calculated by adding up the sizes specified by the relevent File elements. But certain kinds of updates (Windows Patches) can perform an optimized download. For these updates, it is not possible to determine the actual download size without performing an analysis of the Client machine. The update author should include a MaxDownloadSize and MinDownloadSize, and the Client will present these to the user as an initial approximation of what would happen if he elected to download and install/uninstall the update. This attribute is omitted on bundles, and the value is calculated by adding the values on all applicable bundled children.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackageWithServerInformation Class
UpdateServicesPackageWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.