ComputerInfo.CsNetworkAdapters 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.
An array of NetworkAdapter objects describing any network adapters on the system.
public:
property cli::array <Microsoft::PowerShell::Commands::NetworkAdapter ^> ^ CsNetworkAdapters { cli::array <Microsoft::PowerShell::Commands::NetworkAdapter ^> ^ get(); };
public Microsoft.PowerShell.Commands.NetworkAdapter[] CsNetworkAdapters { get; }
member this.CsNetworkAdapters : Microsoft.PowerShell.Commands.NetworkAdapter[]
Public ReadOnly Property CsNetworkAdapters As NetworkAdapter()