共用方式為


SPPersistedUpgradableObject.NeedsUpgradeIncludeChildren property

取得 Boolean 值,指出是否應該升級物件,考慮物件的子項。

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

Syntax

'宣告
Public ReadOnly Property NeedsUpgradeIncludeChildren As Boolean
    Get
'用途
Dim instance As SPPersistedUpgradableObject
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果應該升級物件 ;否則,請false。

請參閱

參照

SPPersistedUpgradableObject class

SPPersistedUpgradableObject members

Microsoft.SharePoint.Administration namespace