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

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace