Represents an individual DHCP superscope

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPSuperScopeCENTREL.XIA.Network.Management.DHCP.DHCPSuperScopeCENTREL::XIA::Network::Management::DHCP::DHCPSuperScope

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 DHCPSuperScope

VB

Public Class DHCPSuperScope

C++

public ref class DHCPSuperScope

The DHCPSuperScopeDHCPSuperScopeDHCPSuperScope type exposes the following members.

Constructors

Name Description
DHCPSuperScope()New()DHCPSuperScope() Initializes a new instance of the DHCPSuperScopeDHCPSuperScopeDHCPSuperScope class.
Top

Properties

Name Description
IPAddressesIPAddressesIPAddresses Gets or sets the IP address of subnets in the superscope
NameNameName Gets or sets the name of the superscope
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 this superscope in a human readable format (Overrides Object.ToString()Object.ToString()Object::ToString().)
Top

See Also

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