Table of Contents

Class MicrosoftDhcpServerv6OptionDefinitions

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

Represents the Microsoft DHCP server IPv6 option definitions.

public class MicrosoftDhcpServerv6OptionDefinitions : BypassSection
Inheritance
MicrosoftDhcpServerv6OptionDefinitions
Inherited Members

Constructors

MicrosoftDhcpServerv6OptionDefinitions()

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

public MicrosoftDhcpServerv6OptionDefinitions()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv6OptionDefinitionCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv6OptionDefinitionCollection

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv6OptionDefinitions FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv6OptionDefinitions

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

ToString()

Returns the IPv6 option definitions as a human readable string.

public override string ToString()

Returns

string

The IPv6 option definitions as a human readable string.