EnclosureLocation.Panel 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.
Indicates which panel of the computer the device is physically located on.
public:
property Panel Panel { Panel get(); };
Panel Panel();
public Panel Panel { get; }
var panel = enclosureLocation.panel;
Public ReadOnly Property Panel As Panel
Property Value
One of the values of the Panel enumeration that indicates which panel of the computer the device is physically located on.