SPSequence.IsApplicable Property
Gets a Boolean value that indicates whether the sequence is applicable to the current 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 SPSequence
Dim value As Boolean
value = instance.IsApplicable
public override bool IsApplicable { get; }
Property Value
Type: System.Boolean
true if the sequence is applicable; otherwise, false.
Implements
IUpgrader.IsApplicable
IHierarchyBuilder.IsApplicable