Win32_InstalledStoreProgram class
The Win32_InstalledStoreProgram class represents an installed Windows store application.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_InstalledStoreProgram
{
string ProgramId;
string Name;
string Vendor;
string Version;
string Language;
string Architecture;
};
Members
The Win32_InstalledStoreProgram class has these types of members:
Properties
The Win32_InstalledStoreProgram class has these properties.
-
Architecture
-
-
Data type: string
-
Access type: Read-only
The supported processor architectures for the Windows store application.
-
-
Language
-
-
Data type: string
-
Access type: Read-only
The supported languages for the Windows store application.
-
-
Name
-
-
Data type: string
-
Access type: Read-only
The name of the Windows store application.
-
-
ProgramId
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
The unique identifier of the Windows store application.
-
-
Vendor
-
-
Data type: string
-
Access type: Read-only
The publisher of the Windows store application.
-
-
Version
-
-
Data type: string
-
Access type: Read-only
The version of the Windows store application.
-
Requirements
Requirement | Details |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
None supported |
Namespace |
Root\CIMv2 |
MOF |
|