DatabaseCopyStatusEntry.InstanceStartTime property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property InstanceStartTime As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of DateTime)
value = instance.InstanceStartTime
public Nullable<DateTime> InstanceStartTime { get; internal set; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
DatabaseCopyStatusEntry members
Microsoft.Exchange.Management.SystemConfigurationTasks namespace