Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of maintenance windows for this database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MaintenanceWindows As List(Of SPMaintenanceWindow)
Get
'Usage
Dim instance As SPContentDatabase
Dim value As List(Of SPMaintenanceWindow)
value = instance.MaintenanceWindows
public List<SPMaintenanceWindow> MaintenanceWindows { get; }
Property value
Type: System.Collections.Generic.List<SPMaintenanceWindow>
The collection of maintenance windows.