API Reference
Class
View (DomainControllerOptionalFeaturePostureService)
Aggregated optional-feature posture view.
Inheritance
- Object
- View
Constructors
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 Boolean QuerySucceeded { get; set; } #True when feature inventory collection completed successfully.
public String CollectionError { get; set; } #Collection error when feature inventory fails.
public Int32 FeatureCount { get; set; } #Total configured features evaluated.
public Int32 NonCompliantFeatureCount { get; set; } #Total denied features currently enabled.
public Int32 CompliantFeatureCount { get; set; } #Total denied features not enabled.
public IReadOnlyList<Item> Items { get; set; } #Per-feature posture items.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.