[This is preliminary documentation and is subject to change.]
Controls wether to send Trace.Write() and Debug.Write() output to LogService
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool TraceDisabled { get; set; }
public static bool TraceDisabled { get; set; }
Public Shared Property TraceDisabled As Boolean
Get
Set
Public Shared Property TraceDisabled As Boolean
Get
Set
public:
static property bool TraceDisabled {
bool get ();
void set (bool value);
}
public:
static property bool TraceDisabled {
bool get ();
void set (bool value);
}
static member TraceDisabled : bool with get, set
static member TraceDisabled : bool with get, set
Property Value
Type:
Boolean