Represents a single DHCP subnet (or Scope)

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPScopeCENTREL.XIA.Network.Management.DHCP.DHCPScopeCENTREL::XIA::Network::Management::DHCP::DHCPScope

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPScope

VB

Public Class DHCPScope

C++

public ref class DHCPScope

The DHCPScopeDHCPScopeDHCPScope type exposes the following members.

Constructors

Name Description
DHCPScope()New()DHCPScope() Initializes a new instance of the DHCPScopeDHCPScopeDHCPScope class.
Top

Properties

Name Description
AddressAddressAddress Gets or sets the address of the subnet - for example "192.168.0.0"
AddressValueAddressValueAddressValue Gets or sets the address of the subnet as an integer value
DDNSDDNSDDNS Gets or sets the DDNS settings for this subnet
DescriptionDescriptionDescription Gets or sets the description of this subnet
EndAddressEndAddressEndAddress Gets or sets the end IP address for this subnet - for example "192.168.1.200"
ExclusionsExclusionsExclusions Gets or sets the IP address ranges that are excluded from distribution
LeasesLeasesLeases Gets or sets the IP address leases allocated to clients
NameNameName Gets or sets the name of the subnet
OptionsOptionsOptions Gets or sets the option values configured for this scope specifically at the scope level
ReservationsReservationsReservations Gets or sets the reserved IP addresses for this subnet
StartAddressStartAddressStartAddress Gets or sets the start IP address for this subnet - for example "192.168.1.1"
StateStateState Gets or sets the current state of the subnet
SubnetMaskSubnetMaskSubnetMask Gets or sets the subnet mask for this subnet - for example "255.255.255.0"
Top

Methods

Name Description
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
ToString()ToString()ToString() Returns a String that represents the current Object. (Inherited from ObjectObjectObject.)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace