FeatureListFeatureDetailGroupDetail Class

Represents a security add-in element that is defined by the Detail complex type. The FeatureListFeatureDetailGroupDetail object contains the detail name and value for a security component that is displayed on the Security Tab of the Windows SBS Console.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
<SerializableAttribute> _
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<GeneratedCodeAttribute("xsd", "2.0.50727.42")> _
<XmlTypeAttribute(AnonymousType:=True)> _
Public Class FeatureListFeatureDetailGroupDetail
[SerializableAttribute] 
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute("xsd", "2.0.50727.42")] 
[XmlTypeAttribute(AnonymousType=true)] 
public class FeatureListFeatureDetailGroupDetail
[SerializableAttribute] 
[DesignerCategoryAttribute(L"code")] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute(L"xsd", L"2.0.50727.42")] 
[XmlTypeAttribute(AnonymousType=true)] 
public ref class FeatureListFeatureDetailGroupDetail
/** @attribute SerializableAttribute() */ 
/** @attribute DesignerCategoryAttribute("code") */ 
/** @attribute DebuggerStepThroughAttribute() */ 
/** @attribute GeneratedCodeAttribute("xsd", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(AnonymousType=true) */ 
public class FeatureListFeatureDetailGroupDetail
SerializableAttribute 
DesignerCategoryAttribute("code") 
DebuggerStepThroughAttribute 
GeneratedCodeAttribute("xsd", "2.0.50727.42") 
XmlTypeAttribute(AnonymousType=true) 
public class FeatureListFeatureDetailGroupDetail

Remarks

This class supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure.FeatureListFeatureDetailGroupDetail

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

FeatureListFeatureDetailGroupDetail Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace