SPSite.WarningNotificationSent-Eigenschaft
Gets a Boolean value that indicates whether a warning notification has been sent.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WarningNotificationSent As Boolean
Get
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.WarningNotificationSent
public bool WarningNotificationSent { get; }
Eigenschaftswert
Typ: System.Boolean
true if a notification has been sent; otherwise, false.