Share via


TestResult.m_categoryId Field

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

Syntax

'Declaration
<PersistenceElementNameAttribute("categoryId")> _
Protected m_categoryId As TestCategoryId
'Usage
Dim value As TestCategoryId 

value = Me.m_categoryId 

Me.m_categoryId = value
[PersistenceElementNameAttribute("categoryId")]
protected TestCategoryId m_categoryId
[PersistenceElementNameAttribute(L"categoryId")]
protected:
TestCategoryId^ m_categoryId
protected var m_categoryId : TestCategoryId

.NET Framework Security

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Common Namespace