Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.