Process4.Transport 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.
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