The SMS_UserVariable Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that defines the settings of a specific user (such as IsCloudUser=True/False).

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

Class SMS_UserVariable
{
	Boolean IsMasked;
	String Name;
	String Value;
};

Methods

The SMS_UserVariable class does not define any methods.

Properties

IsMasked

Data type: BooleanAccess type: Read/WriteQualifiers: NoneThis property is not currently used.
Name

Data type: StringAccess type: Read/WriteQualifiers: [key]The name of the user variable. The default value is "".
Value

Data type: StringAccess type: Read/WriteQualifiers: NoneThe user variable value. The default value is null.

Remarks

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers that are included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses this class to create objects that are embedded by the SMS_UserSettings Server WMI Class and accessed by using the UserVariables property.

Requirements

Runtime Requirements

Development Requirements

See Also