SPUsageDefinition.DaysToKeepData-Eigenschaft
Ruft die Anzahl der Tage zum Aufbewahren von Daten.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property DaysToKeepData As UInteger
Get
Set
'Usage
Dim instance As SPUsageDefinition
Dim value As UInteger
value = instance.DaysToKeepData
instance.DaysToKeepData = value
public virtual uint DaysToKeepData { get; set; }
Eigenschaftswert
Typ: System.UInt32
Gibt ein UInt32.
Hinweise
Kleiner als oder gleich DaysToKeepDetailedDatamuss sein.