Touchstone 11.0 API Reference
PagingInfo Property (GetLayersResponse)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > GetLayersResponse Class : PagingInfo Property
(Optional) Contains the PagingInfo object that describes the page layout of the set of Layers that you have chosen to retrieve.

Default: The first page is returned with a page size of 10 records per page.

Syntax
Public Property PagingInfo As PagingInfo
Dim instance As GetLayersResponse
Dim value As PagingInfo
 
instance.PagingInfo = value
 
value = instance.PagingInfo
public PagingInfo PagingInfo {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetLayersResponse Class
GetLayersResponse Members