SubsystemLogFolder Property

This property specifies the folder under which monitoring session folders are created. If this property is set, it must specify an existing folder. If the RTX64 Runtime is not installed, this property returns %PUBLIC%\Documents, where %PUBLIC% is expanded to the value of environment variable PUBLIC.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public string LogFolder { get; set; }

Property Value

Type: String

Implements

IMonitorSubsystemLogFolder
Exceptions
ExceptionCondition
RTX64Exception Thrown if this property is set without the RTX64 Runtime installed.
See Also