API Reference
Class
FeatureInventoryQueryResult
Typed feature inventory query result.
Inheritance
- Object
- FeatureInventoryQueryResult
Constructors
public FeatureInventoryQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name.
public FeatureInventorySource Source { get; set; } #Source filter applied.
public Int32 Count { get; set; } #Number of returned rows.
public Int32 Scanned { get; set; } #Number of scanned rows before filtering/capping.
public Boolean Truncated { get; set; } #Whether returned rows were truncated by MaxResults.
public IReadOnlyList<FeatureInventoryRow> Features { get; set; } #Returned rows.