Share via


IPRange Class

Definition

The IP address range in the CIDR scheme.

public class IPRange
type IPRange = class
Public Class IPRange
Inheritance
IPRange

Constructors

IPRange()

Initializes a new instance of IPRange.

Properties

Address

The IP address.

Name

The friendly name for the IP address range.

SubnetPrefixLength

The subnet mask prefix length (see CIDR notation).

Applies to