Share via


SPScenarioContext.IsEndState property

Gets a Boolean value that indicates whether this is the last step in the scenario.

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

Syntax

'Declaration
Public ReadOnly Property IsEndState As Boolean
    Get
'Usage
Dim instance As SPScenarioContext
Dim value As Boolean

value = instance.IsEndState
public bool IsEndState { get; }

Property value

Type: System.Boolean
true if this is the last step in the scenario; otherwise, false.

See also

Reference

SPScenarioContext class

SPScenarioContext members

Microsoft.SharePoint.Administration namespace