SPScenarioContext.ScenarioTitle property

The title of the scenario as specified in the scenario xml file

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

Syntax

'Declaration
Public ReadOnly Property ScenarioTitle As String
    Get
'Usage
Dim instance As SPScenarioContext
Dim value As String

value = instance.ScenarioTitle
public string ScenarioTitle { get; }

Property value

Type: System.String
Returns String.

See also

Reference

SPScenarioContext class

SPScenarioContext members

Microsoft.SharePoint.Administration namespace