Share via


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

See Also

IdAndName Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top