SPUsageDefinition.DaysToKeepData 属性
Gets or sets the number of days to keep data.
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Property DaysToKeepData As UInteger
Get
Set
用法
Dim instance As SPUsageDefinition
Dim value As UInteger
value = instance.DaysToKeepData
instance.DaysToKeepData = value
public virtual uint DaysToKeepData { get; set; }
属性值
类型:System.UInt32
Returns an UInt32.
备注
Must be less than or equal to DaysToKeepDetailedData.