SoftwareMetadata.RecommendedStorage Property

Gets the amount of persistent storage, in bytes, that a client should have before attempting to install this package.

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

Usage

Syntax

'Declaration
Public ReadOnly Property RecommendedStorage As Long
public long RecommendedStorage { get; }
public:
property long long RecommendedStorage {
    long long get ();
}
/** @property */
public long get_RecommendedStorage ()
public function get RecommendedStorage () : long

Property Value

The amount of persistent storage, in bytes, that a client should have before attempting to install this package.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

SoftwareMetadata Class
SoftwareMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace