SPSite.ResourceQuotaExceeded - Propriété
Indicates whether the resource quota limit for this site collection has been exceeded since the last daily quota reset or not.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ResourceQuotaExceeded As Boolean
Get
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.ResourceQuotaExceeded
public bool ResourceQuotaExceeded { get; }
Valeur de propriété
Type : System.Boolean
A Boolean value = true if the limit has been exceeded since the last daily quota reset.