ProcessInformationEvent.ProcessId Property
Gets the process id of the process.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property ProcessId As Integer
Get
Private Set
public int ProcessId { get; private set; }
public:
property int ProcessId {
int get ();
private: void set (int value);
}
member ProcessId : int with get, private set
function get ProcessId () : int
private function set ProcessId (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.