Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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.