Share via


TestResult.m_categoryId Field

 

Returns "categoryId".

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

Syntax

[PersistenceElementNameAttribute("categoryId")]
protected TestListCategoryId m_categoryId
protected:
[PersistenceElementNameAttribute("categoryId")]
TestListCategoryId^ m_categoryId
[<PersistenceElementNameAttribute("categoryId")>]
val mutable m_categoryId : TestListCategoryId
<PersistenceElementNameAttribute("categoryId")>
Protected m_categoryId As TestListCategoryId

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top