SPMaintenanceWindow.ShouldNotify - Méthode
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function ShouldNotify ( _
date As DateTime _
) As Boolean
'Utilisation
Dim instance As SPMaintenanceWindow
Dim date As DateTime
Dim returnValue As Boolean
returnValue = instance.ShouldNotify(date)
public bool ShouldNotify(
DateTime date
)
Paramètres
- date
Type : System.DateTime
Valeur renvoyée
Type : System.Boolean