MDM_Application class

[The MDM Application Provider is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the EnterpriseAppManagement Configuration Service Provider (CSP).]

Retrieves information about an application on a device that is registered with the Mobile Device Management (MDM) service.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), Deprecated("No value"), dynamic, provider("MDMAppProv"), AMENDMENT]
class MDM_Application
{
  string  PackageFullName;
  string  UserSID;
  string  PackageName;
  string  PackagePublisher;
  string  PackageVersion;
  string  InstallPath;
  boolean IsFramework;
  boolean IsResourcePackage;
  boolean IsBundle;
  boolean IsDevelopmentMode;
  string  Dependencies;
};

Members

The MDM_Application class has these types of members:

Properties

The MDM_Application class has these properties.

Dependencies

Data type: string

Access type: Read-only

Gets a comma separated list that specifies the applications dependencies of the package.

Windows 8: This property is not supported before Windows 8.1.

InstallPath

Data type: string

Access type: Read-only

Gets the installation path of the package.

Windows 8: This property is not supported before Windows 8.1.

IsBundle

Data type: boolean

Access type: Read-only

Gets TRUE if the package contains an application bundle; otherwise FALSE.

Windows 8: This property is not supported before Windows 8.1.

IsDevelopmentMode

Data type: boolean

Access type: Read-only

Gets TRUE if the application is in development mode; otherwise FALSE.

Windows 8: This property is not supported before Windows 8.1.

IsFramework

Data type: boolean

Access type: Read-only

Gets TRUE if the package contains a framework; otherwise FALSE.

Windows 8: This property is not supported before Windows 8.1.

IsResourcePackage

Data type: boolean

Access type: Read-only

Gets TRUE if the package is a resource package; otherwise FALSE.

Windows 8: This property is not supported before Windows 8.1.

PackageFullName

Data type: string

Access type: Read-only

Qualifiers: key

Gets a key that specifies the full name of the package.

PackageName

Data type: string

Access type: Read-only

Gets the friendly name of the package.

PackagePublisher

Data type: string

Access type: Read-only

Gets the publisher name of the package.

PackageVersion

Data type: string

Access type: Read-only

Gets the version of the package.

UserSID

Data type: string

Access type: Read-only

Get the user security identifier of the package.

Requirements

Minimum supported client
Windows 8
Minimum supported server
None supported
Namespace
Root\cimv2\mdm
MOF
MDMAppProv.Mof
DLL
MDMAppProv.dll

See also

Mobile Device Management Application Provider Classes