Class MicrosoftDhcpServerv4MulticastScope
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP multicast scope.
public class MicrosoftDhcpServerv4MulticastScope : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv4MulticastScope>
- Inheritance
-
MicrosoftDhcpServerv4MulticastScope
- Implements
Constructors
MicrosoftDhcpServerv4MulticastScope()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope class.
public MicrosoftDhcpServerv4MulticastScope()
Properties
Description
Gets or sets the description of the multicast scope.
public string Description { get; set; }
Property Value
DisplayName
Gets the display name of the multicast scope.
public string DisplayName { get; set; }
Property Value
EndRange
Gets or sets the end of the scope range.
public string EndRange { get; set; }
Property Value
ExclusionRanges
Gets or sets the ranges of IP addresses that are excluded from the multicast scope.
public MicrosoftDhcpServerv4ExclusionRanges ExclusionRanges { get; set; }
Property Value
ExpiryDateTime
Gets or sets the expiry date and time of the multicast scope.
public DateTime ExpiryDateTime { get; set; }
Property Value
LeaseDuration
Gets or sets the lease duration in minutes.
public int LeaseDuration { get; set; }
Property Value
LeaseDurationString
Gets the lease duration.
public string LeaseDurationString { get; set; }
Property Value
LifetimeString
Gets the lifetime of the multicast scope.
public string LifetimeString { get; set; }
Property Value
ScopeName
Gets or sets the name of the multicast scope.
public string ScopeName { get; set; }
Property Value
StartRange
Gets or sets the start of the scope range.
public string StartRange { get; set; }
Property Value
State
Gets or sets the state of the multicast scope.
public MicrosoftDhcpServerv4MulticastScopeState State { get; set; }
Property Value
TimeToLive
Gets or sets the number of routers through which multicast traffic can pass.
public int TimeToLive { get; set; }
Property Value
Methods
CompareTo(MicrosoftDhcpServerv4MulticastScope)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope values to allow sorting by scope name.
public int CompareTo(MicrosoftDhcpServerv4MulticastScope other)
Parameters
other
MicrosoftDhcpServerv4MulticastScopeThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope objects.
ToString()
Returns the multicast scope as a human readable string.
public override string ToString()
Returns
- string
The multicast scope as a human readable string.