Share via


Database.TruncationLagTimes property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property TruncationLagTimes As KeyValuePair(Of ADObjectId, EnhancedTimeSpan)()
    Get
'Usage
Dim instance As Database
Dim value As KeyValuePair(Of ADObjectId, EnhancedTimeSpan)()

value = instance.TruncationLagTimes
public KeyValuePair<ADObjectId, EnhancedTimeSpan>[] TruncationLagTimes { get; }

Property value

Type: []

See also

Reference

Database class

Database members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace