MailboxServer.TopNWorkCycleCheckpoint property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property TopNWorkCycleCheckpoint As Nullable(Of EnhancedTimeSpan)
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.TopNWorkCycleCheckpoint
instance.TopNWorkCycleCheckpoint = value
public Nullable<EnhancedTimeSpan> TopNWorkCycleCheckpoint { get; set; }
Property value
Type: System.Nullable<EnhancedTimeSpan>