DkmTransportConnection.ProtocolVersion Property

Definition

The version of the protocol used between Visual Studio and the target computer. This is the minimum of the protocol version that Visual Studio understands, and the protocol version that the remote debugger understands.

This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).

public:
 property Microsoft::VisualStudio::Debugger::DkmApiVersion ProtocolVersion { Microsoft::VisualStudio::Debugger::DkmApiVersion get(); };
public:
 property Microsoft::VisualStudio::Debugger::DkmApiVersion ProtocolVersion { Microsoft::VisualStudio::Debugger::DkmApiVersion get(); };
public Microsoft.VisualStudio.Debugger.DkmApiVersion ProtocolVersion { get; }
member this.ProtocolVersion : Microsoft.VisualStudio.Debugger.DkmApiVersion
Public ReadOnly Property ProtocolVersion As DkmApiVersion

Property Value

Applies to