Process4.Transport Property

Definition

Gets the Transport being used to debug this process.

public:
 property EnvDTE80::Transport ^ Transport { EnvDTE80::Transport ^ get(); };
public:
 property EnvDTE80::Transport ^ Transport { EnvDTE80::Transport ^ get(); };
[System.Runtime.InteropServices.DispId(1100)]
public EnvDTE80.Transport Transport { [System.Runtime.InteropServices.DispId(1100)] get; }
[<System.Runtime.InteropServices.DispId(1100)>]
[<get: System.Runtime.InteropServices.DispId(1100)>]
member this.Transport : EnvDTE80.Transport
Public ReadOnly Property Transport As Transport

Property Value

A Transport object.

Implements

Attributes

Applies to