Process2.ProcessID 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.
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 representing the ID number of the process.
Implements
- Attributes