Share via


ImportStatus.LastLogEntry Property

Gets the description for the error code in the LastCrawlSeedStatus property when gathering 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 LastLogEntry As String
    Get
'Usage
Dim instance As ImportStatus
Dim value As String

value = instance.LastLogEntry
public string LastLogEntry { get; }

Property Value

Type: System.String
The description for the error code in the LastCrawlSeedStatus property when gathering user profile data from the Active Directory directory service.

Remarks

For more information about data sources and importing user profiles, see Importing User Profiles.

See Also

Reference

ImportStatus Class

ImportStatus Members

Microsoft.Office.Server.UserProfiles Namespace