Table of Contents

Class MicrosoftDhcpServerv4OptionValues

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

Represents the Microsoft DHCP server IPv4 option values.

public class MicrosoftDhcpServerv4OptionValues : BypassSection
Inheritance
MicrosoftDhcpServerv4OptionValues
Inherited Members

Constructors

MicrosoftDhcpServerv4OptionValues()

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

public MicrosoftDhcpServerv4OptionValues()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv4OptionValueCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv4OptionValueCollection

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv4OptionValues FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv4OptionValues

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

ToString()

Returns the IPv4 option values as a human readable string.

public override string ToString()

Returns

string

The IPv4 option values as a human readable string.