Share via


SPGetCmdletBase<TCmdletObject>.ResultSize property

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

SPGetCmdletBase<TCmdletObject> members

Microsoft.SharePoint.PowerShell namespace