Share via


StopEventReceiver.Stopped Property

Gets or sets a Boolean value that specifies whether the upgrade is stopped.

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

Syntax

'Declaration
Protected Property Stopped As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.Stopped

Me.Stopped = value
protected bool Stopped { get; set; }

Property Value

Type: System.Boolean
true if the upgrade is stopped; otherwise, false.

See Also

Reference

StopEventReceiver Class

StopEventReceiver Members

Microsoft.SharePoint.Upgrade Namespace