Share via


TestResult.TestListCategoryIdString Property

Gets the ID of the list category for this test result as a string.

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

Syntax

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

Property Value

Type: String
The ID of the list category for this test result as a string.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace