[This is preliminary documentation and subject to change]

ADSI Container Object Properties

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

ADSI Container PropertyDescription
_NewEnumReturns 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.
CountThe number of objects in the container object.


© 1997-2001 Microsoft Corporation. All rights reserved.