Share via


IHierarchyBuilder.IsApplicable property

Gets a Boolean value that indicates whether this hierarchy builder is applicable to the current object.

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

Syntax

'Declaration
ReadOnly Property IsApplicable As Boolean
    Get
'Usage
Dim instance As IHierarchyBuilder
Dim value As Boolean

value = instance.IsApplicable
bool IsApplicable { get; }

Property value

Type: System.Boolean
true if the hierarchy builder is applicable to the object; otherwise, false.

See also

Reference

IHierarchyBuilder interface

IHierarchyBuilder members

Microsoft.SharePoint.Upgrade namespace