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)

Usage

Syntax

'Declaration
Public MustInherit Class FeatureDetailGroup
    Implements IFeatureDetailGroup, IEnumerable(Of FeatureProperty), _
    IEnumerable
public abstract class FeatureDetailGroup : IFeatureDetailGroup, IEnumerable<FeatureProperty>, 
    IEnumerable
public ref class FeatureDetailGroup abstract : IFeatureDetailGroup, IEnumerable<FeatureProperty^>, 
    IEnumerable
public abstract class FeatureDetailGroup implements IFeatureDetailGroup, IEnumerable<FeatureProperty>, 
    IEnumerable
public abstract class FeatureDetailGroup implements IFeatureDetailGroup, IEnumerable<FeatureProperty>, 
    IEnumerable

Remarks

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.

Inheritance Hierarchy

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

Thread Safety

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

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FeatureDetailGroup Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace