Table of Contents

Enum MicrosoftDhcpServerv4MulticastScopeState

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

Represents the state of a Microsoft DHCP IPv4 multicast scope.

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

Fields

Active = 1

The state is active.

Inactive = 2

The state is inactive.

Unknown = 0

The state is unknown.