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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The ID of the list category for this test result.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestListCategoryId