SPSequence.Applicable property
NOTE: This API is now obsolete.
Reserved for internal use. This property is deprecated.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("use IsApplicable instead")> _
Public Overridable ReadOnly Property Applicable As Boolean
Get
'Usage
Dim instance As SPSequence
Dim value As Boolean
value = instance.Applicable
[ObsoleteAttribute("use IsApplicable instead")]
public virtual bool Applicable { get; }
Property value
Type: System.Boolean