SPSiteSequence.IsApplicable Property
Gets a Boolean that indicates whether the current upgrade sequence should be executed during the upgrade operation based the state of the site collection object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsApplicable As Boolean
Get
'Usage
Dim instance As SPSiteSequence
Dim value As Boolean
value = instance.IsApplicable
public override bool IsApplicable { get; }
Property Value
Type: System.Boolean
Returns Boolean. true if the current sequence should be executed during the upgrade operation; otherwise, false.
Implements
IUpgrader.IsApplicable
IHierarchyBuilder.IsApplicable