Represents an individual DHCP option definition

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPOptionDefinitionCENTREL.XIA.Network.Management.DHCP.DHCPOptionDefinitionCENTREL::XIA::Network::Management::DHCP::DHCPOptionDefinition

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 DHCPOptionDefinition

VB

Public Class DHCPOptionDefinition

C++

public ref class DHCPOptionDefinition

The DHCPOptionDefinitionDHCPOptionDefinitionDHCPOptionDefinition type exposes the following members.

Constructors

Name Description
DHCPOptionDefinition()New()DHCPOptionDefinition() Initializes a new instance of the DHCPOptionDefinitionDHCPOptionDefinitionDHCPOptionDefinition class.
Top

Properties

Name Description
CommentCommentComment Gets or sets the comment for this definition
DefaultValuesDefaultValuesDefaultValues Gets or sets the default values configured for this option
DefaultValuesStringDefaultValuesStringDefaultValuesString Gets or sets the default values in a human readable format one per line
DisplayNameDisplayNameDisplayName Gets the display name for this option
NameNameName Gets or sets the name of this option
OptionIDOptionIDOptionID Gets or sets the unique ID of this option
VendorDisplayNameVendorDisplayNameVendorDisplayName Gets the display name of the Vendor, formatting empty vendor names with the appropriate text
VendorNameVendorNameVendorName Gets or sets the name of the vendor of this option - for example "Microsoft Options"
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