Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 2.93 KB

cim-physicalelementlocation.md

File metadata and controls

105 lines (68 loc) · 2.93 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The CIM\_PhysicalElementLocation class associates a physical element with a CIM\_Location object for inventory or replacement purposes.
d1698c1a-0eda-4e32-9a29-fb741b987671
multiple
CIM_PhysicalElementLocation class
reference
05/31/2018
APIRef
kbSyntax
CIM_PhysicalElementLocation
CIM_PhysicalElementLocation.Element
CIM_PhysicalElementLocation.PhysicalLocation
DllExport
CIMWin32.dll

CIM_PhysicalElementLocation class

The CIM_PhysicalElementLocation class associates a physical element with a CIM_Location object for inventory or replacement purposes.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, Association, UUID("{FAF76B68-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_PhysicalElementLocation
{
  CIM_PhysicalElement REF Element;
  CIM_Location        REF PhysicalLocation;
};

Members

The CIM_PhysicalElementLocation class has these types of members:

Properties

The CIM_PhysicalElementLocation class has these properties.

Element

Data type: CIM_PhysicalElement

Access type: Read-only

Reference to the physical element whose location is specified.

PhysicalLocation

Data type: CIM_Location

Access type: Read-only

Qualifiers: Max (1)

Reference to the physical element's location.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll