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: []
Returns KeyValuePair<TKey, TValue>.