SPMaintenanceWindow.MaintenanceEndDate property
維護結束日期
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaintenanceEndDate As DateTime
Get
Set
'用途
Dim instance As SPMaintenanceWindow
Dim value As DateTime
value = instance.MaintenanceEndDate
instance.MaintenanceEndDate = value
public DateTime MaintenanceEndDate { get; set; }
Property value
Type: System.DateTime