TestResult.m_categoryId Field

Returns "categoryId".

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

Syntax

'Declaration
<PersistenceElementNameAttribute("categoryId")> _
Protected m_categoryId As TestListCategoryId
[PersistenceElementNameAttribute("categoryId")]
protected TestListCategoryId m_categoryId
[PersistenceElementNameAttribute(L"categoryId")]
protected:
TestListCategoryId^ m_categoryId
[<PersistenceElementNameAttribute("categoryId")>]
val mutable m_categoryId: TestListCategoryId
protected var m_categoryId : TestListCategoryId

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace