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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.