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.