MSFT_MPFSiteProp
WMI class that represents site properties of Microsoft® Provisioning Framework (MPF) in the configuration database. Used by Configuration Database WMI Provider.
Syntax
class MSFT_MPFSiteProp { [key] MSFT_MPFSite ref SiteName; [ key, PropMap("PropDefID=PropDefID") ] MSFT_MPFPropDefinition ref PropDefinition; string Value; }; Table
- SiteProps
Properties
- MSFT_MPFSite ref SiteName * +
- A reference to the site that owns the property.
- MSFT_MPFPropDefinition ref PropDefinition * +
- A reference to the property definition the site is using.
- Value
- A string that stores the value of the property.
- * Key property
+ Reference propertySee also
MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFPropDefinition, MSFT_MPFSite
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.