SPSite.ResourceQuotaExceededNotificationSent property
Indica se foi enviada uma notificação de cota excedida de recurso (ou não) para este conjunto de sites, desde a última cota diária de redefinição.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ResourceQuotaExceededNotificationSent As Boolean
Get
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.ResourceQuotaExceededNotificationSent
public bool ResourceQuotaExceededNotificationSent { get; }
Property value
Type: System.Boolean
Um valor de Boolean = true se a notificação foi enviada como redefinir a última cota diária.