MDM_WebApplication 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 a web 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_WebApplication
{
  string PackageName;
  string PackageUrl;
  string ShortcutFolder;
  string ShortcutFilename;
};

Members

The MDM_WebApplication class has these types of members:

Properties

The MDM_WebApplication class has these properties.

PackageName

Data type: string

Access type: Read-only

Qualifiers: key

Gets the key that specifies the name of the web application.

PackageUrl

Data type: string

Access type: Read-only

Gets the URL of the package.

ShortcutFilename

Data type: string

Access type: Read-only

Gets the file name of the shortcut to the web application.

ShortcutFolder

Data type: string

Access type: Read-only

Gets the name of the folder that contains the shortcut file for the web application.

Requirements

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

See also

Mobile Device Management Application Provider Classes