The SMS_SoftwareMeteringAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies how client computers retrieve data about the software that they use.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SoftwareMeteringAgentConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	String DataCollectionSchedule;
	Boolean Enabled;
	String LastUpdateTimeOfRules;
	UInt32 MaximumUsageInstancesPerReport;
	String MeterRuleIDList[];
	UInt32 MRUAgeLimitInDays;
	UInt32 MRURefreshInMinutes;
	UInt32 ReportTimeout;
};

Methods

The SMS_SoftwareMeteringAgentConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Software Metering Agent ID is 8.
DataCollectionSchedule

Data type: StringAccess type: Read/Write Qualifiers: noneSchedule for data collection.
Enabled

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the agent is enabled.
LastUpdateTimeOfRules

Data type: StringAccess type: Read/Write Qualifiers: noneLast updated time of the metering rules. This is not currently used.
MaximumUsageInstancesPerReport

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum number of usage instances which is sent from the client to the site server when collecting software usage data.
MeterRuleIDList

Data type: String Array Access type: Read/Write Qualifiers: noneIdentifier list of metering rules. This is not currently used.
MRUAgeLimitInDays

Data type: UInt32Access type: Read/Write Qualifiers: noneThe age limit of the mostly recently used applications maintained on the client. Records older than this age limit are removed.
MRURefreshInMinutes

Data type: UInt32Access type: Read/Write Qualifiers: noneHow often the mostly recently used applications list is refreshed. When the applications list is refreshed, the aged records are removed.
ReportTimeout

Data type: UInt32Access type: Read/Write Qualifiers: noneMaximum time that the client messaging framework attempts to transmit the report if the destination endpoint is unreachable.

Remarks

Requirements

Runtime Requirements

Development Requirements