SmsSnapInBase.MaxCacheSize Property

Gets the maximum size of the cache.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim value As Integer

value = SmsSnapInBase.MaxCacheSize

Syntax

'Declaration
Public Shared ReadOnly Property MaxCacheSize As Integer
public static int MaxCacheSize { get; }
public:
static property int MaxCacheSize {
    int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public static int get_MaxCacheSize ()
DebuggerStepThroughAttribute 
public static function get MaxCacheSize () : int

Property Value

Maximum cache size.

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

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace