C# Class Ipop.DHCPConfig.ReservedIP

Specifies reserved IP cases
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
IPBase string
Mask string

Property Details

IPBase public property

The address to reserve.
public string IPBase
return string

Mask public property

The mask to use.
public string Mask
return string