System.Object
CollectionTerminatorType
Client Declaration
public abstract class CollectionTerminatorType
The base, abstract element for the collection terminator, which
manages the traversing of object collections. CollectionTerminatorType
is an abstract type with three defined subtypes: EndOfCollection
, EndofPage
, and TraversalError
. Because the GetObjects
operation does not support paging, one of these elements will always be present in a collection returned in a GetObjects
response.
<xsd:complexType name="CollectionTerminatorType" abstract="true"/>