SPSite.ResourceQuotaExceededNotificationSent Property

Indicates whether a resource quota exceeded notification was sent (or not) for this site collection since the last daily quota reset.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property ResourceQuotaExceededNotificationSent As Boolean
    Get
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.ResourceQuotaExceededNotificationSent
public bool ResourceQuotaExceededNotificationSent { get; }

Property Value

Type: System.Boolean
A Boolean value = true if the notification has been sent since the last daily quota reset.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace