TestResult.TestListCategoryId Property
Gets the ID of the list category for this test result.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
TestListCategoryId^ get();
}
member TestListCategoryId : TestListCategoryId with get
Public ReadOnly Property TestListCategoryId As TestListCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The ID of the list category for this test result.
See Also
TestListCategoryId
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top