Share via


Part Discovery Service Example

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following example illustrates the Parts method:

<SCRIPT LANGUAGE=VBSCRIPT>
   dim Part, Dashboard
   Set Dashboard = DDSC.Dashboard
For Each Part in Dashboard.Parts
…
Next
</SCRIPT>

See Also

Part Discovery Service | DDSC Object (Part Discovery Service) | Dashboard Object (Part Discovery Service) | Part Object (Part Discovery Service) | PartCollection Object (Part Discovery Service)