DatabaseCopyStatusEntry.ContentIndexVersion property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property ContentIndexVersion As Nullable(Of Integer)
Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Integer)
value = instance.ContentIndexVersion
public Nullable<int> ContentIndexVersion { get; }
Property value
Type: System.Nullable<Int32>
See also
Reference
DatabaseCopyStatusEntry members
Microsoft.Exchange.Management.SystemConfigurationTasks namespace