Class MicrosoftDhcpServerBindings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Microsoft DHCP server bindings.
public class MicrosoftDhcpServerBindings : BypassSection
- Inheritance
-
MicrosoftDhcpServerBindings
- Inherited Members
Constructors
MicrosoftDhcpServerBindings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBindings class.
public MicrosoftDhcpServerBindings()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftDhcpServerBindingCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBindings class from the specified Xml.
public static MicrosoftDhcpServerBindings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBindings object
Returns
- MicrosoftDhcpServerBindings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBindings class from the specified Xml.
ToString()
Returns the bindings as a human readable string.
public override string ToString()
Returns
- string
The bindings as a human readable string.