SPPersistedUpgradableObject.NeedsUpgradeIncludeChildren property

Gets a Boolean value that indicates whether the object should be upgraded, considering the children of the object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property NeedsUpgradeIncludeChildren As Boolean
    Get
'Usage
Dim instance As SPPersistedUpgradableObject
Dim value As Boolean

value = instance.NeedsUpgradeIncludeChildren
public bool NeedsUpgradeIncludeChildren { get; }

Property value

Type: System.Boolean
true if the object should be upgraded; otherwise, false.

See also

Reference

SPPersistedUpgradableObject class

SPPersistedUpgradableObject members

Microsoft.SharePoint.Administration namespace