DatabaseCopyStatusEntry.LogsCopiedSinceInstanceStart Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property LogsCopiedSinceInstanceStart As Nullable(Of Long)
Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Long)
value = instance.LogsCopiedSinceInstanceStart
public Nullable<long> LogsCopiedSinceInstanceStart { get; }
Property Value
Type: System.Nullable<Int64>