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