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