Process4.ProcessID Property

Definition

Gets the ID number assigned to this process.

public:
 property int ProcessID { int get(); };
public:
 property int ProcessID { int get(); };
[System.Runtime.InteropServices.DispId(100)]
public int ProcessID { [System.Runtime.InteropServices.DispId(100)] get; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
member this.ProcessID : int
Public ReadOnly Property ProcessID As Integer

Property Value

An Integer value that represents the ID number of the process.

Implements

Attributes

Applies to