System.Object
CollectionTerminatorType
EndOfCollection
- Client Declaration
public class EndOfCollection
Indicates that the end of a given object set collection
has been reached without error. If the end of the page coincides with
the end of the collection (this can occur if the collection contains
an exact multiple of the page size),
EndOfPage will
be returned instead of
EndOfCollection.
XML Schema
<xsd:complexType name="EndOfCollection">
<xsd:complexContent>
<xsd:extension base="CollectionTerminatorType"/>
</xsd:complexContent>
</xsd:complexType>