TestResultMessage.SpoolMessage Property
Gets or sets a value that determines whether this message will be spooled into the persisted test results.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property SpoolMessage As Boolean
public bool SpoolMessage { get; set; }
public:
property bool SpoolMessage {
bool get ();
void set (bool value);
}
member SpoolMessage : bool with get, set
function get SpoolMessage () : boolean
function set SpoolMessage (value : boolean)
Property Value
Type: System.Boolean
true if this message will be spooled into the persisted test results; otherwise, false.
.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.