Gets the name of the file in which the trace messages are written to.

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; }
Visual Basic (Declaration)
Public ReadOnly Property TraceFileName As String

Field Value

the name of the file in which the trace messages are written to.

Remarks

By default, the value is an empty string and the trace messages will be written to the console.

See Also