Touchstone 11.0 API Reference
PagingInfo Property (GetIntensityAnalysisResultsRequest)


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Api Namespace > GetIntensityAnalysisResultsRequest Class : PagingInfo Property
(Optional) Contains a PagingInfo object, which describes the paging layout of the data, including the page number to access and the number of records to display per page.

Default: Touchstone® returns the first page and a page size of 20 records per page.

Syntax
Public Property PagingInfo As PagingInfo
Dim instance As GetIntensityAnalysisResultsRequest
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

GetIntensityAnalysisResultsRequest Class
GetIntensityAnalysisResultsRequest Members