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 = 2The profile type is domain.
NotApplicable = 1The profile type is not applicable.
Private = 3The profile type is private.
Public = 4The profile type is public.
Unknown = 0The profile type is unknown.