SPSiteSolutionResourceUsageQuotaRecord.ResourceQuotaExceeded property
Indicates whether the site collection containing this solution is over its resource quota 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 SPSiteSolutionResourceUsageQuotaRecord
Dim value As Boolean
value = instance.ResourceQuotaExceeded
public bool ResourceQuotaExceeded { get; }
Property value
Type: System.Boolean
A Boolean value = True if the site collection is over its resource quota otherwise False..
See also
Reference
SPSiteSolutionResourceUsageQuotaRecord class