Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared Property WriteVerboseTraceInfo As Boolean
'Usage
Dim value As Boolean
value = XmlTestReader.WriteVerboseTraceInfo
XmlTestReader.WriteVerboseTraceInfo = value
public static bool WriteVerboseTraceInfo { get; set; }
public:
static property bool WriteVerboseTraceInfo {
bool get ();
void set (bool value);
}
public static function get WriteVerboseTraceInfo () : boolean
public static function set WriteVerboseTraceInfo (value : boolean)
Property Value
Type: System.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.