Share via


ProcessTraits.Pid Property

The process ID supplied by the operating system.

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace