Table of Contents

Enum WindowsFirewallRuleProfileTypes

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

Represents the Windows Firewall profile type.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFirewallRuleProfileTypes

Fields

Any = 2147483647

Represents any or all profiles.

Domain = 1

The profile type is domain.

Private = 2

The profile type is private.

Public = 4

The profile type is public.

Unknown = 0

The profile type is unknown.