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)
Syntax
public IdAndName(
int id,
string name
)
public:
IdAndName(
int id,
String^ name
)
new :
id:int *
name:string -> IdAndName
Public Sub New (
id As Integer,
name As String
)
Parameters
id
Type: System.Int32The ID for the test object.
name
Type: System.StringThe name for the test object.
See Also
IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top