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

'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.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace