Share via


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