ADSI Container Object Properties

IIS Admin Objects that can contain other objects also implement the ADSI container methods and properties. This includes the following read-only ADSI container properties:

ADSI Container Property Description
_NewEnum Returns an Enumerator object that can be used to retrieve the contained objects. This property enables Automation languages such as VBScript to enumerate contained objects using the "For Each Object in ContainerObject" syntax.
Count The number of objects in the container object.


© 1997 by Microsoft Corporation. All rights reserved.