CIM_Collection class

The common superclass for data elements that represent collections of ManagedElements and its subclasses.

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

Syntax

[Abstract, Version("2.6.0"), UUID("{07136e6c-c254-436d-a200-1404e98881b6}"), AMENDMENT]
class CIM_Collection : CIM_ManagedElement
{
  string Caption;
  string Description;
  string ElementName;
};

Members

The CIM_Collection class has these types of members:

Properties

The CIM_Collection class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

A short textual description of the object.

This property is inherited from CIM_ManagedElement.

Description

Data type: string

Access type: Read-only

A textual description of the object.

This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties/identity data, and description information.

This property is inherited from CIM_ManagedElement.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\Hardware
MOF
IpmiPrv.mof
DLL
IpmiPrv.dll

See also

CIM_ManagedElement