SPGetCmdletBase<TCmdletObject>.ParseLimit Method
Sets the upper limit of objects in the result set, as reflected in the ResultSize property
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Function ParseLimit ( _
limit As String _
) As UInteger
'Usage
Dim limit As String
Dim returnValue As UInteger
returnValue = Me.ParseLimit(limit)
protected uint ParseLimit(
string limit
)
Parameters
limit
Type: System.StringString specifying the upper limit of objects in the result set. If "All" is specified, the method returns the maximum.
Return Value
Type: System.UInt32
Returns UInt32 specifying the upper limit of objects in the result set.
See Also
Reference
SPGetCmdletBase<TCmdletObject> Class