ITestElement.Id Property

Definition

Gets the ID for this test element.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestId ^ Id { Microsoft::VisualStudio::TestTools::Common::TestId ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestId Id { get; }
member this.Id : Microsoft.VisualStudio.TestTools.Common.TestId
Public ReadOnly Property Id As TestId

Property Value

The ID for this test element.

Applies to