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
- 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.