Share via


Database.ReplayLagTimes property

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

Syntax

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

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

Property value

Type: []

See also

Reference

Database class

Database members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace