GetInfoEx

[This is preliminary documentation and subject to change.]

The ADSI GetInfoEx method reinitializes the object's properties from the metabase. As implemented by IIS, this method performs the same function as the GetInfo method.

Syntax

object.GetInfoEx 
 

Parts

object
Contains the IIS Admin Object, usually as a result of a previous GetObject operation.

Code Example

Dim IIsObj 
Set IIsObj = GetObject("IIS://LocalHost/W3SVC/1/Root") 
' Make some changes to properties 
' . . . 
' Discard changes and refresh property values in the object 
IIsObj.GetInfoEx  

See Also

GetInfo SetInfo Get
Put GetEx PutEx


© 1997 by Microsoft Corporation. All rights reserved.