IIsStructuredDataClass (WMI)

This is a unique class that contains elements whose data is represented in a complicated ADSI format. For example, the ServerBindings property in ADSI is a String whose format must be IP: Port: Hostname. If the parts are out of order or missing colons, an error occurs. In WMI, an element class was created called ServerBinding with three properties corresponding to the IP address, port number, the host name. Instances of these elements are considered objects. In WMI, elements such as the IIsWebServerSetting element of the CIM_Setting class can contain a property called ServerBindings which is an array of ServerBinding objects.

In This Section

This section contains the following topics.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also