Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestStep::Title Property

 

Gets the title for this test step.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property ParameterizedString^ Title {
	ParameterizedString^ get();
	void set(ParameterizedString^ value);
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ParameterizedString^

The title for this test step.

Return to top
Show: