Share via


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

See Also

Reference

ProcessInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace