Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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