SPUsageManager.UsageLogMaxFileSize-Eigenschaft
Gibt die maximale Größe der Verwendungsprotokolldateien. Wenn das Maximum erreicht ist, wird die aktuelle Protokolldatei geschlossen und ein neues, die ein Name generiert werden, damit Protokollierung fortsetzen kann. Gemessen in Byte.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsageLogMaxFileSize As UInteger
Get
Set
'Usage
Dim instance As SPUsageManager
Dim value As UInteger
value = instance.UsageLogMaxFileSize
instance.UsageLogMaxFileSize = value
public uint UsageLogMaxFileSize { get; set; }
Eigenschaftswert
Typ: System.UInt32