TestResultMessage.m_spoolMessage Field
Returns the value of the SpoolMessage property.
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
[PersistenceElementNameAttribute("spoolMessage")]
protected bool m_spoolMessage
[PersistenceElementNameAttribute(L"spoolMessage")]
protected:
bool m_spoolMessage
[<PersistenceElementNameAttribute("spoolMessage")>]
val mutable m_spoolMessage: bool
protected var m_spoolMessage : boolean
.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.