The SMS_MeteredUser Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists users that have used metered applications.

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

Class SMS_MeteredUser : SMS_BaseClass
{
	String Domain;
	String FullName;
	UInt32 MeteredUserID;
	String UserName;
};

Methods

The SMS_MeteredUser class does not define any methods.

Properties

Domain


Data type: StringAccess type: Read/WriteQualifiers: [ResID(2002), ResDLL("SMS_RSTT.dll")]Domain to which the metered user belongs.
FullName


Data type: StringAccess type: Read/WriteQualifiers: [ResID(2001), ResDLL("SMS_RSTT.dll")]Fully qualified domain name of the user in domain\user format.
MeteredUserID


Data type: UInt32Access type: Read/WriteQualifiers: [key, ResID(1906), ResDLL("SMS_RSTT.dll")]ID for the metered user.
UserName


Data type: StringAccess type: Read/WriteQualifiers: [ResID(2003), ResDLL("SMS_RSTT.dll")]Name of the metered user.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is the source for the MeteredUserID foreign key used in other classes.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.