TestimoX

API Reference

Class

FirewallProfileApplyResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Result of applying firewall profile settings.

Inheritance

  • Object
  • FirewallProfileApplyResult

Constructors

public FirewallProfileApplyResult() #

Properties

public Boolean Success { get; set; } #

Gets a value indicating whether all requested operations succeeded.

public Nullable<Boolean> EnabledApplied { get; set; } #

Gets a value indicating whether the firewall enabled state was applied. Null means not requested.

public String EnabledError { get; set; } #

Gets an error message when applying the enabled state failed.

public Nullable<Boolean> LoggingApplied { get; set; } #

Gets a value indicating whether logging settings were applied. Null means not requested.

public String LoggingError { get; set; } #

Gets an error message when applying logging settings failed.

public Nullable<Boolean> PolicyApplied { get; set; } #

Gets a value indicating whether policy settings were applied. Null means not requested.

public String PolicyError { get; set; } #

Gets an error message when applying policy settings failed.