ListHandlesResponse.MaxResults Property

Definition

Gets the MaxResults value from the XML response, if one was specified.

public int? MaxResults { get; }
member this.MaxResults : Nullable<int>
Public ReadOnly Property MaxResults As Nullable(Of Integer)

Property Value

A nullable int containing the MaxResults value, should one exist.

Applies to