IdAndName.Name Property

Gets the name for the test object.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Property Value

Type: String
The name for the test object.

.NET Framework Security

See Also

Reference

IdAndName Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace