Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebugTargetInfo::ProcessId Property

 

Gets or sets the identifier for the debug process to which the operation should attach.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int ProcessId {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An int to identify the process.

Return to top
Show: