Class MicrosoftDhcpServerv6ScopeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Microsoft DHCP IPv6 scopes.
public class MicrosoftDhcpServerv6ScopeCollection : Collection<MicrosoftDhcpServerv6Scope>, IList<MicrosoftDhcpServerv6Scope>, ICollection<MicrosoftDhcpServerv6Scope>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv6Scope>, IReadOnlyCollection<MicrosoftDhcpServerv6Scope>, IEnumerable<MicrosoftDhcpServerv6Scope>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv6ScopeCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv6ScopeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ScopeCollection class.
public MicrosoftDhcpServerv6ScopeCollection()
Methods
ExistsByScopeIdentifier(string)
Determines whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope with the specified prefix exists within the collection.
public bool ExistsByScopeIdentifier(string scopeIdentifier)
Parameters
scopeIdentifier
stringThe prefix of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope with the specified prefix exists within the collection.
FindByPrefix(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope with the specified prefix, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope with that prefix is found.
public MicrosoftDhcpServerv6Scope FindByPrefix(string prefix)
Parameters
prefix
stringThe prefix of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope to locate - for example "2001:dba:ce::".
Returns
- MicrosoftDhcpServerv6Scope
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Scope with the specified prefix.
Sort()
Sorts the values in the collection.
public void Sort()