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