SPContentDatabase.SkipOrphanCheck property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SkipOrphanCheck As Boolean
Get
Set
'Usage
Dim instance As SPContentDatabase
Dim value As Boolean
value = instance.SkipOrphanCheck
instance.SkipOrphanCheck = value
public bool SkipOrphanCheck { get; set; }
Property value
Type: System.Boolean