共用方式為


SPPersistedUpgradableObject.CanUpgrade property

取得一個值,指出是否可以升級物件。

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

Syntax

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

value = instance.CanUpgrade
public virtual bool CanUpgrade { get; }

Property value

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

Implements

IUpgradable.CanUpgrade

請參閱

參照

SPPersistedUpgradableObject class

SPPersistedUpgradableObject members

Microsoft.SharePoint.Administration namespace