MSFT_MPFLogGroupProp


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

Syntax

class MSFT_MPFLogGroupProp
{
	[key]
	MSFT_MPFTranLogGroup ref LogGroupName;

	[
		key,
		PropMap("PropDefID=PropDefID")
	]
	MSFT_MPFPropDefinition ref PropDefinition;

	string Value;
};

Table
LogGroupProps

Properties

MSFT_MPFTranLogGroup ref LogGroupName * +
A reference to the log group that owns the property.
MSFT_MPFPropDefinition ref PropDefinition * +
A reference to the property definition that the log group uses.
Value
A string that stores the value of the property.
 
* Key property
+ Reference property

See also

MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFPropDefinition, MSFT_MPFTranLogGroup


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