次の方法で共有


EnclosureLocation.Panel プロパティ

定義

デバイスが物理的に配置されているコンピューターのパネルを示します。

public:
 property Panel Panel { Panel get(); };
Panel Panel();
public Panel Panel { get; }
var panel = enclosureLocation.panel;
Public ReadOnly Property Panel As Panel

プロパティ値

デバイスが物理的に配置されているコンピューターのパネルを示す Panel 列挙の値の 1 つ。

適用対象