WriteProgressCommand.Id Property

Definition

Uniquely identifies this activity for purposes of chaining subordinate activities.

public:
 property int Id { int get(); void set(int value); };
public:
 property int Id { int get(); void set(int value); };
public int Id { get; set; }
[System.Management.Automation.Parameter(Position=2)]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Id { get; set; }
member this.Id : int with get, set
[<System.Management.Automation.Parameter(Position=2)>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

Attributes

Applies to