SPSite.WarningNotificationSent property
Gets a Boolean value that indicates whether a warning notification has been sent.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property WarningNotificationSent As Boolean
Get
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.WarningNotificationSent
public bool WarningNotificationSent { get; }
Property value
Type: System.Boolean
true if a notification has been sent; otherwise, false.