Class WindowsFirewallSettingSource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the source of a Windows firewall setting.
public class WindowsFirewallSettingSource : GlobalSerializableClassicBase
- Inheritance
-
WindowsFirewallSettingSource
Constructors
WindowsFirewallSettingSource()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFirewallSettingSource class.
public WindowsFirewallSettingSource()
WindowsFirewallSettingSource(WindowsFirewallSettingSourceType)
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFirewallSettingSource class.
public WindowsFirewallSettingSource(WindowsFirewallSettingSourceType sourceType)
Parameters
sourceType
WindowsFirewallSettingSourceTypeThe source where the setting is configured.
Properties
SourceGpo
Gets or sets the name of the Group Policy object where the setting is configured, should this setting be configured using a Group Policy Object.
public string SourceGpo { get; set; }
Property Value
SourceType
Gets or sets the source where the setting is configured.
public WindowsFirewallSettingSourceType SourceType { get; set; }
Property Value
SourceTypeString
Gets the source where the setting is configured as a human readable string.
public string SourceTypeString { get; set; }
Property Value
Methods
ToString()
Returns the Windows firewall setting source as a human readable string.
public override string ToString()
Returns
- string
The Windows firewall setting source as a human readable string.