In This Topic
Set the maximum number of items to parse. Since the data can be extremely large in some cases, we may want to parse a specific portion of it.
Syntax
'Declaration
Public Sub SetMaxItems( _
ByVal As Integer _
)
public void SetMaxItems(
int
)
Parameters
- maxItems
- Maximum number of items to be parsed.
See Also