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