DatabaseCopyStatusEntry.ContentIndexState Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property ContentIndexState As ContentIndexStatusType
Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As ContentIndexStatusType
value = instance.ContentIndexState
public ContentIndexStatusType ContentIndexState { get; }