Share via


SPAction.ShouldRun property

Gets a Boolean value that indicates whether the upgrade action should run.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ShouldRun As Boolean
    Get
'Usage
Dim instance As SPAction
Dim value As Boolean

value = instance.ShouldRun
public virtual bool ShouldRun { get; }

Property value

Type: System.Boolean
true if the upgrade action should run; otherwise, false.

See also

Reference

SPAction class

SPAction members

Microsoft.SharePoint.Upgrade namespace