diff --git a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml index e3746b85edb..0ed7da3b84c 100644 --- a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml +++ b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml @@ -196,15 +196,9 @@ to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain. - - - -## Examples - The following example applies the twice to an XML Web services method. The method returns an object of type `Vehicle` (a base class). The allows the method to return instances of classes derived from the `Vehicle` class. - - +## Remarks + +Apply multiple instances of the to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain. ]]>