Share via


UpdateServicesPackageWithServerInformation.MinDownloadSize 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 minimum 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 MinDownloadSize As Integer
'Usage
Dim instance As UpdateServicesPackageWithServerInformation
Dim value As Integer

value = instance.MinDownloadSize

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

/** @property */
public void set_MinDownloadSize (int value)
public function get MinDownloadSize () : int

public function set MinDownloadSize (value : int)

Property Value

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

Remarks

Please see the documentation of MaxDownloadSize for more information.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackageWithServerInformation Class
UpdateServicesPackageWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.