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 Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, UMLPackagePath("CIM::Core::CoreElements"), Version("2.19.0"), AMENDMENT]
class CIM_ManagedElement
{
string InstanceID;
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 one-line 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.
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
Opaquely and uniquely identifies an instance of this class within the scope of the instantiating Namespace.
The value of this property must be unique within the NameSpace.
-
Requirements
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\Windows\EventTracingManagement |
MOF |
|
DLL |
|