Table of Contents

Class NetworkAdapterAdvancedPropertyCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of network adapter advanced properties.

public class NetworkAdapterAdvancedPropertyCollection : Collection<NetworkAdapterAdvancedProperty>, IList<NetworkAdapterAdvancedProperty>, ICollection<NetworkAdapterAdvancedProperty>, IList, ICollection, IReadOnlyList<NetworkAdapterAdvancedProperty>, IReadOnlyCollection<NetworkAdapterAdvancedProperty>, IEnumerable<NetworkAdapterAdvancedProperty>, IEnumerable
Inheritance
NetworkAdapterAdvancedPropertyCollection
Implements
Inherited Members

Constructors

NetworkAdapterAdvancedPropertyCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedPropertyCollection class.

public NetworkAdapterAdvancedPropertyCollection()

Methods

FindByName(string)

Returns the NetworkAdapterAdvancedProperty with the specified name, or null if no NetworkAdapterAdvancedProperty with that name is found.

public NetworkAdapterAdvancedProperty FindByName(string name)

Parameters

name string

The name of the NetworkAdapterAdvancedProperty to locate.

Returns

NetworkAdapterAdvancedProperty

The NetworkAdapterAdvancedProperty with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()