SMS_UserVariable Server WMI Class

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.

Syntax

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

Methods

The SMS_UserVariable class doesn't define any methods.

Properties

IsMasked
Data type: Boolean

Access type: Read/Write

Qualifiers: None

This property isn't currently used.

Name
Data type: String

Access type: Read/Write

Qualifiers: [key]

The name of the user variable. The default value is "".

Value
Data type: String

Access type: Read/Write

Qualifiers: None

The 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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_CollectionVariable Server WMI Class