共用方式為


IUpgrader.CanUpgrade property

取得 Boolean 值,指出是否可以執行升級。

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

Syntax

'宣告
ReadOnly Property CanUpgrade As Boolean
    Get
'用途
Dim instance As IUpgrader
Dim value As Boolean

value = instance.CanUpgrade
bool CanUpgrade { get; }

Property value

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

請參閱

參照

IUpgrader interface

IUpgrader members

Microsoft.SharePoint.Upgrade namespace