Class MicrosoftDhcpServerv4SuperscopeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection Microsoft DHCP superscopes.
public class MicrosoftDhcpServerv4SuperscopeCollection : Collection<MicrosoftDhcpServerv4Superscope>, IList<MicrosoftDhcpServerv4Superscope>, ICollection<MicrosoftDhcpServerv4Superscope>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv4Superscope>, IReadOnlyCollection<MicrosoftDhcpServerv4Superscope>, IEnumerable<MicrosoftDhcpServerv4Superscope>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv4SuperscopeCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv4SuperscopeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4SuperscopeCollection class.
public MicrosoftDhcpServerv4SuperscopeCollection()
Methods
Exists(string)
Determines whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with the specified name exists within the collection.
public bool Exists(string superscopeName)
Parameters
superscopeName
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with the specified name exists within the collection.
ExistsByScopeIdentifier(string)
Determines whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope that contains a scope with the specified scope identifier exists within the collection.
public bool ExistsByScopeIdentifier(string scopeIdentifier)
Parameters
scopeIdentifier
stringThe scope identifier to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope that contains a scope with the specified scope identifier exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with that name is found.
public MicrosoftDhcpServerv4Superscope FindByName(string superscopeName)
Parameters
superscopeName
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope to locate.
Returns
- MicrosoftDhcpServerv4Superscope
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with the specified name.
FindByScopeIdentifier(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope that contains a scope with the specified scope identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope with the scope identifier is found.
public MicrosoftDhcpServerv4Superscope FindByScopeIdentifier(string scopeIdentifier)
Parameters
scopeIdentifier
stringThe scope identifier to locate.
Returns
- MicrosoftDhcpServerv4Superscope
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope that contains a scope with the specified scope identifier.
Sort()
Sorts the values in the collection.
public void Sort()