IUpgradable.CanUpgrade Property

Gets a Boolean value that indicates whether the object can be upgraded.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
ReadOnly Property CanUpgrade As Boolean
    Get
'Usage
Dim instance As IUpgradable
Dim value As Boolean

value = instance.CanUpgrade
bool CanUpgrade { get; }

Property Value

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

See Also

Reference

IUpgradable Interface

IUpgradable Members

Microsoft.SharePoint.Administration Namespace