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.

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: StringAccess type: Read-onlyQualifiers: [read]Name of the application.
Architecture

Data type: StringAccess type: Read-onlyQualifiers: [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: StringAccess type: Read-onlyQualifiers: [read]Dependency application names.
FamilyName

Data type: StringAccess type: Read-onlyQualifiers: [read]Family name.
FullName

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Full name.
InstalledLocation

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Installation location.
IsFramework

Data type: BooleanAccess type: Read-onlyQualifiers: [read]true if another application can declare a dependency on this application.
ConfigMgrManaged

Data type: BooleanAccess type: Read-onlyQualifiers: [read]true if the application is managed by Configuration Manager.
Publisher

Data type: StringAccess type: Read-onlyQualifiers: [read]Application publisher.
PublisherId

Data type: StringAccess type: Read-onlyQualifiers: [read]Application publisher identifier.
Version

Data type: StringAccess type: Read-onlyQualifiers: [read]Application version.

Requirements

Runtime Requirements

Development Requirements

See Also