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.

IdAndName Constructor (Int32, String^)

 

Initializes a new instance of the IdAndName class by using the provided ID and name.

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

public:
IdAndName(
	int id,
	String^ name
)

Parameters

id
Type: System::Int32

The ID for the test object.

name
Type: System::String^

The name for the test object.

Return to top
Show: