Share via


MDM_ApplicationMinVersion 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).]

Identifies an application through the minimum version of the application.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[ClassVersion("1.0.0"), Deprecated("No value"), dynamic, provider("MDMAppProv"), AMENDMENT]
class MDM_ApplicationMinVersion
{
  string PackageName;
  string MinimumPackageVersion;
  string PackagePublisher;
  string PackageArchitecture;
  string PackageFullName;
  string PackageVersion;
  string UserSID;
};

Members

The MDM_ApplicationMinVersion class has these types of members:

Properties

The MDM_ApplicationMinVersion class has these properties.

MinimumPackageVersion

Data type: string

Access type: Read-only

Qualifiers: key

Gets the minimum version of the package.

PackageArchitecture

Data type: string

Access type: Read-only

Qualifiers: key

Gets the architecture of the package.

PackageFullName

Data type: string

Access type: Read-only

Gets the full name of the package.

PackageName

Data type: string

Access type: Read-only

Qualifiers: key

Gets the name of the package used to deploy the application.

PackagePublisher

Data type: string

Access type: Read-only

Qualifiers: key

Gets the publisher of the package.

PackageVersion

Data type: string

Access type: Read-only

Gets the package version.

UserSID

Data type: string

Access type: Read-only

Get the user security identifier (SID) of the package.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\cimv2\mdm
MOF
MDMAppProv.Mof
DLL
MDMAppProv.dll

See also

Mobile Device Management Application Provider Classes