SPUserProfileADImportUsageEntry.ExportDeletes property
匯出至設定檔資料庫期間已刪除的物件計數。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ExportDeletes As Long
Get
Set
'用途
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.ExportDeletes
instance.ExportDeletes = value
public long ExportDeletes { get; set; }
Property value
Type: System.Int64
請參閱
參照
SPUserProfileADImportUsageEntry class