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.

TestParameterDeletingEventArgs::Parameters Property

 

Gets or sets a list of the test parameter names.

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

public:
property List<String^>^ Parameters {
	List<String^>^ get();
}

Property Value

Type: System.Collections.Generic::List<String^>^

A list of the parameter names.

Return to top
Show: