Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Configuration Manager, the SMS_Windows8Application
class is a client Windows Management Instrumentation (WMI) class that defines a Windows 8 style application or a Windows Store application.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_Windows8Application
{
String ApplicationName;
String Architecture;
String DependencyApplicationNames;
String FamilyName;
String FullName;
String InstalledLocation;
Boolean IsFramework;
Boolean ConfigMgrManaged;
String Publisher;
String PublisherId;
String Version;
};
Methods
The SMS_Windows8Application
class does not define any methods.
Properties
ApplicationName
Data type: String
Access type: Read-only
Qualifiers: [read]
Name of the application.
Architecture
Data type: String
Access type: Read-only
Qualifiers: [read]
Specifies the processor architecture supported by an application. Possible values are:
Value | Description |
---|---|
X86 or x86 | The x86 processor architecture. |
Arm or arm | The ARM processor architecture. |
X64 or x64 | The x64 processor architecture. |
Neutral or neutral | A neutral processor architecture. |
Unknown or unknown | An unknown processor architecture. |
DependencyApplicationNames
Data type: String
Access type: Read-only
Qualifiers: [read]
Dependency application names.
FamilyName
Data type: String
Access type: Read-only
Qualifiers: [read]
Family name.
FullName
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Full name.
InstalledLocation
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Installation location.
IsFramework
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
true
if another application can declare a dependency on this application.
ConfigMgrManaged
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
true
if the application is managed by Configuration Manager.
Publisher
Data type: String
Access type: Read-only
Qualifiers: [read]
Application publisher.
PublisherId
Data type: String
Access type: Read-only
Qualifiers: [read]
Application publisher identifier.
Version
Data type: String
Access type: Read-only
Qualifiers: [read]
Application version.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.