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 = 2147483647Represents any or all profiles.
Domain = 1The profile type is domain.
Private = 2The profile type is private.
Public = 4The profile type is public.
Unknown = 0The profile type is unknown.