| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride ReadOnly Property Item( _ ByVal name As String _ ) As HardwareConfiguration | |
| C# | |
|---|---|
public abstract HardwareConfiguration Item( string name ) {get;} | |
| C++/CLI | |
|---|---|
public: abstract property HardwareConfiguration^ Item { HardwareConfiguration^ get(String^ name); } | |
Parameters
- name
- The name of the desired configuration.
Property Value
HardwareConfiguration reference of the given name.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)