ExportStatus enumeration
Represents the export status of Export object.
Namespace: Microsoft.Office.Server.Discovery
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Enumeration ExportStatus
'Usage
Dim instance As ExportStatus
public enum ExportStatus
Members
Member name | Description | |
---|---|---|
NotStarted | A field that indicates that the export has not started. | |
Started | A field that indicates that the export has started. | |
Complete | A field that indicates that the export has finished successfully. | |
Failed | A field that indicates that the export has finished, but with failures. |