Table of Contents

Class MicrosoftDhcpServerv4OptionDefinitions

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

Represents the Microsoft DHCP server IPv4 option definitions.

public class MicrosoftDhcpServerv4OptionDefinitions : BypassSection
Inheritance
MicrosoftDhcpServerv4OptionDefinitions
Inherited Members

Constructors

MicrosoftDhcpServerv4OptionDefinitions()

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

public MicrosoftDhcpServerv4OptionDefinitions()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv4OptionDefinitionCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv4OptionDefinitionCollection

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv4OptionDefinitions FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv4OptionDefinitions

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

ToString()

Returns the IPv4 option definitions as a human readable string.

public override string ToString()

Returns

string

The IPv4 option definitions as a human readable string.