IMsRdpClientAdvancedSettings8::BandwidthDetection property

Specifies if bandwidth changes are automatically detected.

This property is read/write.

Syntax

HRESULT put_BandwidthDetection(
  [in]          VARIANT_BOOL fAutodetect
);

HRESULT get_BandwidthDetection(
  [out, retval] VARIANT_BOOL *pfAutodetect
);

Property value

VARIANT_TRUE if bandwidth changes are automatically detected or VARIANT_FALSE otherwise.

Requirements

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

See also

IMsRdpClientAdvancedSettings8