SPUserProfileADImportUsageEntry.ImportSuccessCount property
已成功匯入使用 LDAP DirSync 的物件計數。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ImportSuccessCount As Long
Get
Set
'用途
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.ImportSuccessCount
instance.ImportSuccessCount = value
public long ImportSuccessCount { get; set; }
Property value
Type: System.Int64
請參閱
參照
SPUserProfileADImportUsageEntry class