SPSequence.IsApplicable-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Sequenz auf das aktuelle Objekt anwendbar ist.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsApplicable As Boolean
Get
'Usage
Dim instance As SPSequence
Dim value As Boolean
value = instance.IsApplicable
public override bool IsApplicable { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Sequenz anwendbar ist; andernfalls false.
Implementiert
IUpgrader.IsApplicable
IHierarchyBuilder.IsApplicable