Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
function get TestListCategoryIdString () : String
Property Value
Type: System.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.