Edit

SMS_MAMStoreApplication Server WMI Class

The SMS_MAMStoreApplication Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents mobile application management (MAM) store application lists.

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

Syntax

Class SMS_MAMStoreApplication : SMS_BaseClass
{
     String IdentityIdentifier;
     Boolean IsManagedBrowser;
     String MAMSDKVersion;
     Boolean PinToProfile;
     UInt32 StoreIdentifier;
     String StoreApplicationIdentifier;
};

Methods

The SMS_MAMStoreApplication class does not define any methods.

Properties

IdentityIdentifier Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Identity identifier.

IsManagedBrowser Data type: Boolean

Access type: Read-only

Qualifiers: [read]

True if managed browser MAM application.

MAMSDKVersion Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Version of the MAM SDK.

PinToProfile Data type: Boolean

Access type: Read-only

Qualifiers: [read]

True if this application pin to profile.

StoreIdentifier Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Store identifier.

StoreApplicationIdentifier Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Store application identifier.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.