Table of Contents

Enum MicrosoftDhcpServerv4LeaseClientType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the client type of a Microsoft DHCP IPv4 lease.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4LeaseClientType

Fields

BootP = 3

The client type is BOOTP.

Dhcp = 2

The client type is DHCP.

None = 4

The client type is None.

Unknown = 0

The client type is unknown.

Unspecified = 1

The client type is unspecified.