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