SPUsageProvider.RetentionPeriod property
將資料保留此提供者的天數。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RetentionPeriod As Byte
Get
Set
'用途
Dim instance As SPUsageProvider
Dim value As Byte
value = instance.RetentionPeriod
instance.RetentionPeriod = value
public byte RetentionPeriod { get; set; }
Property value
Type: System.Byte
天數Byte方式呈現。
Implements
ILoggingProvider.RetentionPeriod