IMsRdpClientAdvancedSettings8::ClientProtocolSpec property

Specifies the remote desktop protocol used between the client and the server.

This property is read/write.

Syntax

HRESULT put_ClientProtocolSpec(
  [in]  ClientSpec ClientMode
);

HRESULT get_ClientProtocolSpec(
  [out] ClientSpec *pClientMode
);

Property value

A value of the ClientSpec enumeration that specifies the remote desktop protocol used between the client and the server.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll

See also

ClientSpec

IMsRdpClientAdvancedSettings8