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)
Available in Sandboxed Solutions: No

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