DeviceInformation.EnclosureLocation Property

Definition

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.

Applies to