Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value that specifies whether the current object has already been deleted in the persisted store.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Property WasDeleted As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.WasDeleted
Me.WasDeleted = value
protected bool WasDeleted { get; set; }
Property value
Type: System.Boolean
Boolean
true if the object has already been deleted in the persisted store; otherwise, false.
See also
Reference
SPSiteSubscriptionSettingsObject class