[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets and sets the value of the First parameter of the Select-Object cmdlet.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)
[ValidateRangeAttribute(0, 2147483647)] [ParameterAttribute(ParameterSetName="DefaultParameter")] public int First { get; set; }
/** @property */ public int get_First () /** @property */ public void set_First (int value)
public function get First () : int public function set First (value : int)
Property Value
The number of objects to select, starting with the first object.This topic is included in this SDK for completeness only. For more information about this cmdlet, see Select-Object in the Microsoft TechNet library.
For Help at the command line, type:
PS>get-help select-object
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.

