Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The BasePagingType complex type specifies the base type for derived types that specify paged views.
-
<xs:complexType name="BasePagingType" abstract="true" > <xs:attribute name="MaxEntriesReturned" type="xs:int" use="optional" /> </xs:complexType>
The following table lists the attribute definition for the BasePagingType complex type.
Attribute |
Type |
Description |
---|---|---|
MaxEntriesReturned |
xs:int [XMLSCHEMA2] |
Specifies the maximum number of entries that are returned with each page of the response. This attribute can be specified. |