API Reference
Class
FirewallLoggingPolicy
Effective firewall logging settings for a single profile, sourced from either the operational path or policy path when enforced by GPO.
Inheritance
- Object
- FirewallLoggingPolicy
Constructors
public FirewallLoggingPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public FirewallProfileKind Profile { get; set; } #Target firewall profile.
public String LogFilePath { get; set; } #Full path to the firewall log file.
public Nullable<Int32> LogFileSizeKB { get; set; } #Maximum log file size in kilobytes.
public Nullable<Boolean> LogDroppedPackets { get; set; } #Whether to log dropped packets.
public Nullable<Boolean> LogSuccessfulConnections { get; set; } #Whether to log successful connections.