Table of Contents

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

string

DisplayName

Gets the display name of the multicast scope.

public string DisplayName { get; set; }

Property Value

string

EndRange

Gets or sets the end of the scope range.

public string EndRange { get; set; }

Property Value

string

ExclusionRanges

Gets or sets the ranges of IP addresses that are excluded from the multicast scope.

public MicrosoftDhcpServerv4ExclusionRanges ExclusionRanges { get; set; }

Property Value

MicrosoftDhcpServerv4ExclusionRanges

ExpiryDateTime

Gets or sets the expiry date and time of the multicast scope.

public DateTime ExpiryDateTime { get; set; }

Property Value

DateTime

LeaseDuration

Gets or sets the lease duration in minutes.

public int LeaseDuration { get; set; }

Property Value

int

LeaseDurationString

Gets the lease duration.

public string LeaseDurationString { get; set; }

Property Value

string

LifetimeString

Gets the lifetime of the multicast scope.

public string LifetimeString { get; set; }

Property Value

string

ScopeName

Gets or sets the name of the multicast scope.

public string ScopeName { get; set; }

Property Value

string

StartRange

Gets or sets the start of the scope range.

public string StartRange { get; set; }

Property Value

string

State

Gets or sets the state of the multicast scope.

public MicrosoftDhcpServerv4MulticastScopeState State { get; set; }

Property Value

MicrosoftDhcpServerv4MulticastScopeState

TimeToLive

Gets or sets the number of routers through which multicast traffic can pass.

public int TimeToLive { get; set; }

Property Value

int

Methods

CompareTo(MicrosoftDhcpServerv4MulticastScope)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScope values to allow sorting by scope name.

public int CompareTo(MicrosoftDhcpServerv4MulticastScope other)

Parameters

other MicrosoftDhcpServerv4MulticastScope

The 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.