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)

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.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace