ProcessTraits.ParentPid Property

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property ParentPid As Integer
public int ParentPid { get; private set; }
public:
property int ParentPid {
    int get ();
    private: void set (int value);
}
member ParentPid : int with get, private set
function get ParentPid () : int 
private function set ParentPid (value : int)

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace