Represents an IP range that is excluded from DHCP distribution

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPScopeExclusionCENTREL.XIA.Network.Management.DHCP.DHCPScopeExclusionCENTREL::XIA::Network::Management::DHCP::DHCPScopeExclusion

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 DHCPScopeExclusion

VB

Public Class DHCPScopeExclusion

C++

public ref class DHCPScopeExclusion

The DHCPScopeExclusionDHCPScopeExclusionDHCPScopeExclusion type exposes the following members.

Constructors

Name Description
DHCPScopeExclusion()New()DHCPScopeExclusion() Initializes a new instance of the DHCPScopeExclusionDHCPScopeExclusionDHCPScopeExclusion class.
Top

Properties

Name Description
EndAddressEndAddressEndAddress Gets or sets the end IP address for this subnet - for example "192.168.1.200"
StartAddressStartAddressStartAddress Gets or sets the start IP address for this subnet - for example "192.168.1.1"
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