TestAndCategoryPair.TestId Property

Definition

Gets the ID for the test.

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

Property Value

The ID for the test.

Applies to