Gets or sets of the name of the file used to store the trace

Namespace:  Novalys.VisualGuard.Security.Deployment
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public string TraceFileName { get; set; }
Visual Basic (Declaration)
Public Property TraceFileName As String

Field Value

the path of the file used to store the trace. if the value is an empty string, the trace messages are written to the console.

Remarks

By default, the trace messages are written to the console.

See Also