IRemoteDesktopClient::Settings property

Retrieves the settings object for the Remote Desktop Protocol (RDP) app container client.

This property is read-only.

Syntax

HRESULT get_Settings(
  [out, retval] IRemoteDesktopClientSettings **Settings
);

Property value

The settings object for the RDP client.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IRemoteDesktopClient is defined as 57D25668-625A-4905-BE4E-304CAA13F89C

See also

IRemoteDesktopClient