Class MicrosoftDhcpServerv4PolicyConditions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP IPv4 policy conditions.
public class MicrosoftDhcpServerv4PolicyConditions : BaseTypeSection
- Inheritance
-
MicrosoftDhcpServerv4PolicyConditions
Constructors
MicrosoftDhcpServerv4PolicyConditions()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyConditions class.
public MicrosoftDhcpServerv4PolicyConditions()
Properties
ConditionsOperator
Gets or sets the operator to apply to the conditions.
public MicrosoftDhcpServerv4PolicyConditionsOperator ConditionsOperator { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public MicrosoftDhcpServerv4PolicyConditionCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyConditions class from the specified Xml.
public static MicrosoftDhcpServerv4PolicyConditions FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyConditions object
Returns
- MicrosoftDhcpServerv4PolicyConditions
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyConditions class from the specified Xml.
ToString()
Returns the IPv4 policy conditions as a human readable string.
public override string ToString()
Returns
- string
The IPv4 policy conditions as a human readable string.