TestimoX

API Reference

Class

LocalIdentityInventoryQueryTryResult

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Non-throwing local identity inventory query attempt result.

Inheritance

  • Object
  • LocalIdentityInventoryQueryTryResult

Usage

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

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.