In Configuration Manager, the SMS_Windows8ApplicationUserInfo class is a client Windows Management Instrumentation (WMI) class that defines user information of an application.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_Windows8ApplicationUserInfo { String FullName; String InstallState; String UserAccountName; String UserSecurityId; }; |
Methods
The SMS_Windows8ApplicationUserInfo class does not define any methods.
Properties
- FullName
- Data type: StringAccess type: Read-onlyQualifiers: [key, read]Full name of the user.
- InstallState
- Data type: StringAccess type: Read-onlyQualifiers:
[read]Installation state of the package. Possible values are:
Value Description NotInstalled
The package has not been installed.
Staged
The package has been downloaded.
Installed
The package is ready for use.
- UserAccountName
- Data type: StringAccess type: Read-onlyQualifiers: [read]User account name.
- UserSecurityId
- Data type: StringAccess type: Read-onlyQualifiers: [key, read]User security identifier.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.