Programming with Reflection

image\rwnprg32.gif TraceFileMaxSize property

 

Syntax

object.TraceFileMaxSize
object.TraceFileMaxSize = Value

Data type

Long

 

Description

Returns (first syntax line) or specifies (second syntax line) the maximum size for a trace file, in megabytes. If more than the specified amount of data is written to a trace file, the oldest data is overwritten by the newer data.

Values

The default is 0, which means that the trace file does not wrap.

The range of values is from 0 to 1000.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property