TraceLogConfigFile
property
Returns or sets the name of the configuration file used to control trace
logging.
Syntax
C++
HRESULT
get_TraceLogConfigFile(
BSTR *pTraceLogConfigFile)
H RESULT put_TraceLogConfigFile(
BSTR MyTraceLogConfigFile)
Scripting languages
String
= Object.TraceLogConfigFile
Object.TraceLogConfigFile = String
|