Share via


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)

Syntax

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

Property Value

Type: System.Int32
An int to identify the process.

.NET Framework Security

See Also

Reference

DebugTargetInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace