NamedPipeConnectionInfo.ProcessId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process Id of process to attach to.
public:
property int ProcessId { int get(); void set(int value); };
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