MailboxExportRequestStatistics.SuspendedTimestamp Property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public ReadOnly Property SuspendedTimestamp As Nullable(Of DateTime)
Get
'Usage
Dim instance As MailboxExportRequestStatistics
Dim value As Nullable(Of DateTime)
value = instance.SuspendedTimestamp
public Nullable<DateTime> SuspendedTimestamp { get; }
Property Value
Type: System.Nullable<DateTime>