Share via


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.

See also

Reference

SPDelegate class

SPDelegate members

Microsoft.SharePoint.Upgrade namespace