Class MicrosoftDhcpServerv4PolicyCondition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP IPv4 policy condition.
public class MicrosoftDhcpServerv4PolicyCondition : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv4PolicyCondition>
- Inheritance
-
MicrosoftDhcpServerv4PolicyCondition
- Implements
Constructors
MicrosoftDhcpServerv4PolicyCondition()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyCondition class.
public MicrosoftDhcpServerv4PolicyCondition()
Properties
CollectionIndex
Gets the collection index for the policy condition.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
ConditionType
Gets or sets the condition type.
public MicrosoftDhcpServerv4PolicyConditionType ConditionType { get; set; }
Property Value
Operator
Gets or sets the operator.
public MicrosoftDhcpServerv4PolicyConditionOperator Operator { get; set; }
Property Value
Value
Gets or sets the condition value.
public string Value { get; set; }
Property Value
Methods
CompareTo(MicrosoftDhcpServerv4PolicyCondition)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyCondition values to allow sorting by condition type name.
public int CompareTo(MicrosoftDhcpServerv4PolicyCondition other)
Parameters
other
MicrosoftDhcpServerv4PolicyConditionThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyCondition to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4PolicyCondition objects.
ToString()
Returns the policy condition as a human readable string.
public override string ToString()
Returns
- string
The policy condition as a human readable string.