Process4.Transport Property
Gets the Transport being used to debug this process.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property Transport As Transport
Transport Transport { get; }
property Transport^ Transport {
Transport^ get ();
}
abstract Transport : Transport with get
function get Transport () : Transport
Property Value
Type: EnvDTE80.Transport
A Transport object.
.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.