RSOP_ApplicationManagementCategory class

Represents the list of programs in Add or Remove Programs on the Control Panel.

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

Syntax

[AMENDMENT]
class RSOP_ApplicationManagementCategory
{
  string   CategoryId;
  datetime CreationTime;
  string   Name;
};

Members

The RSOP_ApplicationManagementCategory class has these types of members:

Properties

The RSOP_ApplicationManagementCategory class has these properties.

CategoryId

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("Category Id")

String form of the GUID that uniquely identifies the category.

CreationTime

Data type: datetime

Access type: Read-only

Qualifiers: DisplayName ("Display Name")

Time the category object was created.

Name

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Name")

Category name.

Remarks

Note that the RSOP_ApplicationManagementCategory class does not inherit from the RSOP_PolicySetting base class. This is because the RSOP_ApplicationManagementCategory setting is not associated with a GPO but rather with an entire domain. Several of the fields of the RSOP_PolicySetting base class would not apply to the RSOP_ApplicationManagementCategory setting.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

Group Policy Overview

Group Policy RSoP WMI Classes

RSOP_PolicySetting