Represents an individual DHCP option value

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPOptionValueCENTREL.XIA.Network.Management.DHCP.DHCPOptionValueCENTREL::XIA::Network::Management::DHCP::DHCPOptionValue

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 DHCPOptionValue

VB

Public Class DHCPOptionValue

C++

public ref class DHCPOptionValue

The DHCPOptionValueDHCPOptionValueDHCPOptionValue type exposes the following members.

Constructors

Name Description
DHCPOptionValue()New()DHCPOptionValue() Initializes a new instance of the DHCPOptionValueDHCPOptionValueDHCPOptionValue class.
Top

Properties

Name Description
ClassDisplayNameClassDisplayNameClassDisplayName Gets the display name of the class
ClassNameClassNameClassName Gets or sets the name of the class assigned to this option
DisplayNameDisplayNameDisplayName Gets or sets the display name for this option
OptionIDOptionIDOptionID Gets or sets the unique ID of this option
SourceSourceSource Gets or sets the source where this configuration option is applied
ValuesValuesValues Gets or sets the values configured for this option
ValuesStringValuesStringValuesString Gets or sets the values in a human readable format one per line
VendorDisplayNameVendorDisplayNameVendorDisplayName Gets the display name of the Vendor
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