Enable trace logging of connections for debugging purposes
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute("Trace")> Public Property Trace As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| [XmlAttributeAttribute("Trace")] public bool Trace { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| [XmlAttributeAttribute(L"Trace")] public property bool Trace sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute XmlAttributeAttribute("Trace") */ /** property */ public bool get_Trace(); /** property */ public void set_Trace(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Trace() : bool public CompilerGeneratedAttribute function set Trace(value : bool); |