MSFT_MPFSiteNamespace
WMI class that represents relationships between sites and namespaces of Microsoft® Provisioning Framework (MPF) in the configuration database. Used by Configuration Database WMI Provider.
Syntax
class MSFT_MPFSiteNamespace { [key] MSFT_MPFSite ref SiteName; [ key, PropMap("NamespaceId=NamespaceId") ] MSFT_MPFNamespace ref Namespace; }; Table
- SiteNamespaces
Properties
- MSFT_MPFSite ref SiteName * +
- A reference to the site using the namespace.
- MSFT_MPFNamespace ref Namespace * +
- A reference to the namespace used by the site.
- * Key property
+ Reference propertySee also
MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFNamespace, MSFT_MPFSite
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.