SPUserProfileADImportUsageEntry.RetryIgnoredCount property
使用個別的 LDAP 查詢的匯入期間忽略那里物件計數。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RetryIgnoredCount As Long
Get
Set
'用途
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.RetryIgnoredCount
instance.RetryIgnoredCount = value
public long RetryIgnoredCount { get; set; }
Property value
Type: System.Int64
請參閱
參照
SPUserProfileADImportUsageEntry class