WriteProgressCommand.ParentId 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.
Identifies the parent Id of this activity, or -1 if none.
public:
property int ParentId { int get(); void set(int value); };
public:
property int ParentId { int get(); void set(int value); };
public int ParentId { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(-1, 2147483647)]
public int ParentId { get; set; }
member this.ParentId : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(-1, 2147483647)>]
member this.ParentId : int with get, set
Public Property ParentId As Integer
Property Value
- Attributes