Compartilhar via


DatabaseCopyStatusEntry.ContentIndexBacklog property

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public ReadOnly Property ContentIndexBacklog As Nullable(Of Integer)
    Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Integer)

value = instance.ContentIndexBacklog
public Nullable<int> ContentIndexBacklog { get; }

Property value

Type: System.Nullable<Int32>

See also

Reference

DatabaseCopyStatusEntry class

DatabaseCopyStatusEntry members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace