Udostępnij za pośrednictwem


AuditLog.CacheMaxSize Property

Gets or sets the maximum size of the audit log cache.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim value As Integer

value = AuditLog.CacheMaxSize

AuditLog.CacheMaxSize = value

Syntax

'Declaration
Public Shared Property CacheMaxSize As Integer
public static int CacheMaxSize { get; set; }
public:
static property int CacheMaxSize {
    int get ();
    void set (int value);
}
/** @property */
public static int get_CacheMaxSize ()

/** @property */
public static void set_CacheMaxSize (int value)
public static function get CacheMaxSize () : int

public static function set CacheMaxSize (value : int)

Property Value

Type: Int32

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

See Also

Reference

AuditLog Class
AuditLog Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.