IMsRdpClientAdvancedSettings5::PublicMode property

Sets or retrieves the configuration for public mode. Public mode prevents the client from caching user data to the local system.

This property is read/write.

Syntax

HRESULT put_PublicMode(
  [in]  VARIANT_BOOL fPublicMode
);

HRESULT get_PublicMode(
  [out] VARIANT_BOOL *pfPublicMode
);

Property value

Sets the public mode setting to VARIANT_TRUE or VARIANT_FALSE. If set to VARIANT_TRUE, the public mode setting is enabled.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings5 is defined as FBA7F64E-6783-4405-DA45-FA4A763DABD0

See also

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings5