SPSite.ResourceQuotaExceeded Property
Indicates whether the resource quota limit for this site collection has been exceeded since the last daily quota reset or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ResourceQuotaExceeded As Boolean
Get
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.ResourceQuotaExceeded
public bool ResourceQuotaExceeded { get; }
Property Value
Type: System.Boolean
A Boolean value = true if the limit has been exceeded since the last daily quota reset.