Table of Contents

Class MicrosoftDhcpServerv4MulticastScopeCollection

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

Represents a collection Microsoft DHCP multicast scopes.

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

Constructors

MicrosoftDhcpServerv4MulticastScopeCollection()

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

public MicrosoftDhcpServerv4MulticastScopeCollection()

Methods

Exists(string)

Determines whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope with the specified name exists within the collection.

public bool Exists(string scopeName)

Parameters

scopeName string

The full name of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope with the specified name exists within the collection.

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope with that name is found.

public MicrosoftDhcpServerv4MulticastScope FindByName(string scopeName)

Parameters

scopeName string

The name of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope to locate.

Returns

MicrosoftDhcpServerv4MulticastScope

The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()