ImportStatus.MembershipLastCrawlSuccesses Property
Gets the number of memberships that were successfully imported during the latest import of user profile data from the Active Directory directory service.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property MembershipLastCrawlSuccesses As Integer
Get
'Usage
Dim instance As ImportStatus
Dim value As Integer
value = instance.MembershipLastCrawlSuccesses
public int MembershipLastCrawlSuccesses { get; }
Property Value
Type: System.Int32
The number of memberships that were successfully imported during the latest import of user profile data from the Active Directory directory service.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.