TestimoX

API Reference

Enum

FeatureInventorySource

Namespace ComputerX.Features
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Source filter for feature inventory queries.

Inheritance

  • Enum
  • FeatureInventorySource

Values

public const FeatureInventorySource Any #

Return both optional and server features.

Value: 0
public const FeatureInventorySource Optional #

Return optional features only.

Value: 1
public const FeatureInventorySource Server #

Return server features only.

Value: 2