GetItemCollectionOptions.Limit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional limit parameter recommends the number of items that should be present in the response document. Minimum = 1. Maximum = 10000. Default = 10.
public int? Limit { get; set; }
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)