ImportStatus.LastImportStopped Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property LastImportStopped As Boolean
Get
'Usage
Dim instance As ImportStatus
Dim value As Boolean
value = instance.LastImportStopped
public bool LastImportStopped { get; }
Property Value
Type: System.Boolean