Table of Contents

Class MicrosoftDhcpServerv6Settings

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

Represents the Microsoft DHCP IPv6 server settings.

public class MicrosoftDhcpServerv6Settings : BaseTypeSection
Inheritance
MicrosoftDhcpServerv6Settings

Constructors

MicrosoftDhcpServerv6Settings()

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

public MicrosoftDhcpServerv6Settings()

Properties

Classes

Gets or sets the IPv6 user and vendor classes.

public MicrosoftDhcpServerv6Classes Classes { get; set; }

Property Value

MicrosoftDhcpServerv6Classes

Dns

Gets or sets the IPv6 DNS settings.

public MicrosoftDhcpServerv6DnsSettings Dns { get; set; }

Property Value

MicrosoftDhcpServerv6DnsSettings

OptionDefinitions

Gets or sets the IPv6 option definitions.

public MicrosoftDhcpServerv6OptionDefinitions OptionDefinitions { get; set; }

Property Value

MicrosoftDhcpServerv6OptionDefinitions

OptionValues

Gets or sets the IPv6 server options.

public MicrosoftDhcpServerv6OptionValues OptionValues { get; set; }

Property Value

MicrosoftDhcpServerv6OptionValues

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv6Settings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv6Settings

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