DeviceInformation.EnclosureLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The physical location of the device in its enclosure. For example, it may describe the location of a webcam inside a laptop.
public:
property EnclosureLocation ^ EnclosureLocation { EnclosureLocation ^ get(); };
EnclosureLocation EnclosureLocation();
public EnclosureLocation EnclosureLocation { get; }
var enclosureLocation = deviceInformation.enclosureLocation;
Public ReadOnly Property EnclosureLocation As EnclosureLocation
Property Value
The object that describes the physical location of the device.
Remarks
If no enclosure location information is available, the property will be null.