SPDelegate.IsApplicable Property
Gets a Boolean value that indicates whether the delegate is applicable.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsApplicable As Boolean
Get
'Usage
Dim instance As SPDelegate
Dim value As Boolean
value = instance.IsApplicable
public virtual bool IsApplicable { get; }
Property Value
Type: System.Boolean
true if the delegate is applicable; otherwise, false.