Share via


XmlTestReader.WriteVerboseTraceInfo Property

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

Syntax

'Declaration
Public Shared Property WriteVerboseTraceInfo As Boolean
public static bool WriteVerboseTraceInfo { get; set; }
public:
static property bool WriteVerboseTraceInfo {
    bool get ();
    void set (bool value);
}
static member WriteVerboseTraceInfo : bool with get, set
static function get WriteVerboseTraceInfo () : boolean 
static function set WriteVerboseTraceInfo (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

XmlTestReader Class

Microsoft.VisualStudio.TestTools.Common Namespace