Share via


SPMaintenanceWindow.MaintenanceType property

type of the maintenance.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaintenanceType As SPMaintenanceWindowType
    Get
    Set
'Usage
Dim instance As SPMaintenanceWindow
Dim value As SPMaintenanceWindowType

value = instance.MaintenanceType

instance.MaintenanceType = value
public SPMaintenanceWindowType MaintenanceType { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.SPMaintenanceWindowType

See also

Reference

SPMaintenanceWindow class

SPMaintenanceWindow members

Microsoft.SharePoint.Administration namespace