Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.14 KB

imsrdpclienttransportsettings2-gatewayusername.md

File metadata and controls

84 lines (52 loc) · 2.14 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientTransportSettings2 GatewayUserName property
Specifies or retrieves the user name that is provided to the Remote Desktop Gateway (RD Gateway) server.
eb5ed12f-e650-4abb-be20-bd5fae44e604
multiple
GatewayUserName property Remote Desktop Services
GatewayUserName property Remote Desktop Services , IMsRdpClientTransportSettings2 interface
IMsRdpClientTransportSettings2 interface Remote Desktop Services , GatewayUserName property
apiref
IMsRdpClientTransportSettings2.GatewayUserName
IMsRdpClientTransportSettings2.get_GatewayUserName
IMsRdpClientTransportSettings2.put_GatewayUserName
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientTransportSettings2::GatewayUserName property

Specifies or retrieves the user name that is provided to the Remote Desktop Gateway (RD Gateway) server.

This property is read/write.

Syntax

HRESULT put_GatewayUserName(
  [in]  BSTR proxyUserName
);

HRESULT get_GatewayUserName(
  [out] BSTR *pProxyUserName
);

Property value

The user name that is provided to connect to the RD Gateway server.

Error codes

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client
Windows Vista with SP1
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientTransportSettings2 is defined as 67341688-D606-4c73-A5D2-2E0489009319

See also

IMsRdpClientTransportSettings

IMsRdpClientTransportSettings2