SPSiteSubscriptionSettingsObject.WasDeleted Property
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)
Available in Sandboxed Solutions: No
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