Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.