GetContentCommand.Tail Property

Definition

The number of content items to retrieve from the back of the file.

public:
 property int Tail { int get(); void set(int value); };
public:
 property int Tail { int get(); void set(int value); };
public int Tail { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Last" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public int Tail { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Last" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Tail { get; set; }
member this.Tail : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "Last" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.Tail : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "Last" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Tail : int with get, set
Public Property Tail As Integer

Property Value

Attributes

Applies to