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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property WarningNotificationSent As Boolean
Get
'Usage
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.