SPMaintenanceWindow.ShouldNotify method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function ShouldNotify ( _
date As DateTime _
) As Boolean
'用途
Dim instance As SPMaintenanceWindow
Dim date As DateTime
Dim returnValue As Boolean
returnValue = instance.ShouldNotify(date)
public bool ShouldNotify(
DateTime date
)
參數
- date
Type: System.DateTime
傳回值
Type: System.Boolean