Share via


ProcessTraits.ParentPid Property

Definition

The process ID of the parent process supplied by the operating system. May be zero if the parent process terminates by the time the child process starts.

public:
 property int ParentPid { int get(); };
public:
 property int ParentPid { int get(); };
public int ParentPid { get; }
member this.ParentPid : int
Public ReadOnly Property ParentPid As Integer

Property Value

Applies to