MSFT_MPFPropDefinition


WMI class that represents site and log group properties of Microsoft® Provisioning Framework (MPF) in the configuration database. Used by Configuration Database WMI Provider.

Note  These properties are only used internally. Do not create or modify instances of this class.

Syntax

class MSFT_MPFPropDefinition
{
	[key]
	sint32 PropDefID;

	string Owner;
	string Name;
	sint32 Type;
	string Description;
};

Table
PropDefinition

Properties

PropDefID *
A sint32 that uniquely identifies the property definition.
Owner
A string that stores the owner of the property. This value is predefined by MPF.
Name
A string that stores the name of the property. This value is predefined by MPF.
Type
A sint32 that identifies the property type.
Description
A string that describes the property.
 
* Key property

See also

MSDN® information on Windows Management Instrumentation (WMI)


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.