SPSiteSolutionResourceUsageQuotaRecord.ResourceQuotaExceeded-Eigenschaft
Gibt an, ob die Websitesammlung, die mit dieser Lösung über das Ressourcenkontingent ist.
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; }
Eigenschaftswert
Typ: System.Boolean
Ein Boolean -Wert = True, wenn die Websitesammlung über das Ressourcenkontingent ist andernfalls False.
Siehe auch
Referenz
SPSiteSolutionResourceUsageQuotaRecord Klasse