FeatureList Element
Defines the security components that will be displayed on the Security tab of the Windows SBS Console.
<xs:element name="FeatureList">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Feature">...</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Represents a security component. |
Parent Elements
None.
Remarks
The XML file that uses this element is not validated against an .xsd file, it is used by internal classes to add security component data to the Windows SBS Console.
See Also
Concepts
Security Add-in XML Schema Reference
Walkthrough: Creating a Security Add-in Using XML and PowerShell
Walkthrough: Creating a Security Add-in Using XML and C#