FeatureDetailGroup Class
Represents a collection of key-value pairs of detail information for a security component.
Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)
Assembly: SHInfra (in shinfra.dll)
public abstract class FeatureDetailGroup : IFeatureDetailGroup, IEnumerable<FeatureProperty>, IEnumerable
public abstract class FeatureDetailGroup implements IFeatureDetailGroup, IEnumerable<FeatureProperty>, IEnumerable
public abstract class FeatureDetailGroup implements IFeatureDetailGroup, IEnumerable<FeatureProperty>, IEnumerable
Full detail information for a security component is the combination of all FeatureDetailGroup objects associated with the security component and is represented by the FeatureDetails class.
FeatureDetailGroup is inherited by a user-defined class. The user-defined class must also override Execute.
Show: