TestimoX

API Reference

Class

LocalIdentityInventoryQueryTryResult

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Non-throwing local identity inventory query attempt result.

Inheritance

  • Object
  • LocalIdentityInventoryQueryTryResult

Constructors

public LocalIdentityInventoryQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public LocalIdentityInventoryQueryResult Result { get; set; } #

Query result when Success is true.

public LocalIdentityInventoryQueryFailure Failure { get; set; } #

Typed failure when Success is false.