SPSite.WarningNotificationSent property
Gets a Boolean value that indicates whether a warning notification has been sent.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property WarningNotificationSent As Boolean
Get
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.WarningNotificationSent
public bool WarningNotificationSent { get; }
Property value
Type: System.Boolean
true if a notification has been sent; otherwise, false.