InstrSession.CloseEnabled

Syntax

InstrSession.CloseEnabled

Data Type

Boolean

Purpose

Controls whether to honor calls to the InstrSession.Close method. The default value of this property is True . Setting this property to False ignores calls to the InstrSession.Close method. The session does not close (uninitialize) until the final reference to it releases. Typically, you do not access this property.

See Also

InstrSession.Close