Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.02 KB

imsrdppreferredredirectioninfo-useredirectionservername.md

File metadata and controls

77 lines (48 loc) · 2.02 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpPreferredRedirectionInfo UseRedirectionServerName property
Gets and sets whether to use the redirection server name.
D2239600-D75D-40FB-A6D0-4C7C4C5163E3
multiple
UseRedirectionServerName property Remote Desktop Services
UseRedirectionServerName property Remote Desktop Services , IMsRdpPreferredRedirectionInfo interface
IMsRdpPreferredRedirectionInfo interface Remote Desktop Services , UseRedirectionServerName property
apiref
IMsRdpPreferredRedirectionInfo.UseRedirectionServerName
IMsRdpPreferredRedirectionInfo.get_UseRedirectionServerName
IMsRdpPreferredRedirectionInfo.put_UseRedirectionServerName
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpPreferredRedirectionInfo::UseRedirectionServerName property

Gets and sets whether to use the redirection server name.

This property is read/write.

Syntax

HRESULT put_UseRedirectionServerName(
  [in]  VARIANT_BOOL UseRedirectionServerName
);

HRESULT get_UseRedirectionServerName(
  [out] VARIANT_BOOL *UseRedirectionServerName
);

Property value

Whether to use the redirection server name.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpPreferredRedirectionInfo is defined as FDD029F9-9574-4DEF-8529-64B521CCCAA4

See also

IMsRdpPreferredRedirectionInfo