Share via


ITestElement.Id Property

Gets the ID for this test element.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property Id As TestId
TestId Id { get; }
property TestId^ Id {
    TestId^ get ();
}
abstract Id : TestId with get
function get Id () : TestId

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestId
The ID for this test element.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace