Database.ReplayBackgroundDatabaseMaintenance Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ReplayBackgroundDatabaseMaintenance As Nullable(Of Boolean)
Get
'Usage
Dim instance As Database
Dim value As Nullable(Of Boolean)
value = instance.ReplayBackgroundDatabaseMaintenance
public Nullable<bool> ReplayBackgroundDatabaseMaintenance { get; }
Property Value
Type: System.Nullable<Boolean>