GetContentCommand.Tail 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.
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