Table of Contents

Class MicrosoftDhcpServerv6OptionValues

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Microsoft DHCP server IPv6 option values.

public class MicrosoftDhcpServerv6OptionValues : BypassSection
Inheritance
MicrosoftDhcpServerv6OptionValues
Inherited Members

Constructors

MicrosoftDhcpServerv6OptionValues()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValues class.

public MicrosoftDhcpServerv6OptionValues()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv6OptionValueCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv6OptionValueCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValues class from the specified Xml.

public static MicrosoftDhcpServerv6OptionValues FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValues object

Returns

MicrosoftDhcpServerv6OptionValues

A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValues class from the specified Xml.

ToString()

Returns the IPv6 option values as a human readable string.

public override string ToString()

Returns

string

The IPv6 option values as a human readable string.