ExpectedProcessTraits.Pid Property

Process ID from the operating system.

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

Syntax

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

Property Value

Type: Nullable<Int32>
Returns Int32.

.NET Framework Security

See Also

Reference

ExpectedProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace