Share via


TestResultMessage.m_spoolMessage Field

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

Syntax

'Declaration
<PersistenceElementNameAttribute("spoolMessage")> _
Protected m_spoolMessage As Boolean
'Usage
Dim value As Boolean 

value = Me.m_spoolMessage 

Me.m_spoolMessage = value
[PersistenceElementNameAttribute("spoolMessage")]
protected bool m_spoolMessage
[PersistenceElementNameAttribute(L"spoolMessage")]
protected:
bool m_spoolMessage
protected var m_spoolMessage : boolean

.NET Framework Security

See Also

Reference

TestResultMessage Class

TestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace