[This is preliminary documentation and subject to change]

IIsLogModule

You can use the IIsLogModule object to set metabase properties that affect the operation of logging modules. You can set filter properties at the computer level (IIsComputer), at the FTP and Web service level, or for an individual FTP or Web server.

The IIsLogModule object is an ADSI object, but not an ADSI container object.

ADsPath
IIS://MachineName/LOGGING/LogModuleName

where MachineName can be any name or "LocalHost," and LogModuleName is the name of a log module.

Syntax

varReturn=object.Method

 

Parts
varReturn
A variable that receives the return value from the method.
object
A variable that contains the IIsLogModule object, usually as a result of a previous GetObject operation.
Method
The object method chosen.
Properties
ADSI Object Properties 
 
Metabase Properties
LogModuleIdLogModuleUiId
 
Methods
ADSI Object MethodsStandard methods for ADSI objects.
 

© 1997-2001 Microsoft Corporation. All rights reserved.