CIM_ManagedElement class
The CIM_ManagedElement class is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[Abstract, Version("2.10.0"), AMENDMENT]
class CIM_ManagedElement
{
string Caption;
string Description;
string ElementName;
};
Members
The CIM_ManagedElement class has these types of members:
Properties
The CIM_ManagedElement class has these properties.
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
A short textual description of the object.
-
-
Description
-
-
Data type: string
-
Access type: Read-only
A textual description of the object.
-
-
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.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\virtualization |
MOF |
|