Table of Contents

Enum WindowsFirewallProfileType

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

Represents the Windows Firewall profile type.

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

Fields

Domain = 2

The profile type is domain.

NotApplicable = 1

The profile type is not applicable.

Private = 3

The profile type is private.

Public = 4

The profile type is public.

Unknown = 0

The profile type is unknown.