TestimoX

API Reference

Class

FirewallProfileListQueryTryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Non-throwing firewall profile list query attempt result.

Inheritance

  • Object
  • FirewallProfileListQueryTryResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public FirewallProfileListQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public FirewallProfileListQueryResult Result { get; set; } #

Query result when Success is true.

public FirewallProfileListQueryFailure Failure { get; set; } #

Typed failure when Success is false.