DebugTargetInfo.ProcessId Property

Definition

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

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

Property Value

An int to identify the process.

Applies to