SPGenericObject.IsDeleted Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property IsDeleted As Boolean
'Usage
Dim instance As SPGenericObject
Dim value As Boolean
value = instance.IsDeleted
instance.IsDeleted = value
[XmlAttributeAttribute]
public bool IsDeleted { get; set; }
See Also
Reference
SPGenericObject Class
SPGenericObject Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace