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.