Site.CanUpgrade property

Property indicating whether or not this object can be upgraded.

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

Syntax

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

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

Property value

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

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace