GetHistoryCommand.Id Property

Definition

Ids of entries to display.

public:
 property cli::array <long> ^ Id { cli::array <long> ^ get(); void set(cli::array <long> ^ value); };
public:
 property Platform::Array <long long> ^ Id { Platform::Array <long long> ^ get(); void set(Platform::Array <long long> ^ value); };
public long[] Id { get; set; }
[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateRange(1, 9223372036854775807)]
public long[] Id { get; set; }
member this.Id : int64[] with get, set
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateRange(1, 9223372036854775807)>]
member this.Id : int64[] with get, set
Public Property Id As Long()

Property Value

Int64[]
Attributes

Applies to