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)

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.


System.Object
  Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.FeatureDetailGroup

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

Show: