SelectObjectCommand.Last Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 property int Last { int get(); void set(int value); };
	public:
 property int Last { int get(); void set(int value); };
	public int Last { get; set; }
	[System.Management.Automation.Parameter(ParameterSetName="DefaultParameter")]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Last { get; set; }
	member this.Last : int with get, set
	[<System.Management.Automation.Parameter(ParameterSetName="DefaultParameter")>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Last : int with get, set
	Public Property Last As Integer
	Property Value
- Attributes