Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the number of objects to return in the result set.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Property ResultSize As UInteger
Get
Set
'Usage
Dim value As UInteger
value = Me.ResultSize
Me.ResultSize = value
protected uint ResultSize { get; set; }
Property Value
Type: System.UInt32
Returns a UInt32 value specifying the number of objects returned. If the value is zero, then all objects are returned.
See Also
Reference
SPGetCmdletBase<TCmdletObject> Class