ITsSbClientConnection::get_ClientConnectionPropertySet method (sbtsv.h)

Retrieves an object that contains properties associated with the client connection.

This property is read-only.

Syntax

HRESULT get_ClientConnectionPropertySet(
  ITsSbClientConnectionPropertySet **ppPropertySet
);

Parameters

ppPropertySet

Return value

None

Remarks

Plug-ins can use this interface to store custom properties for the lifetime of a connection request.

By default, Remote Desktop Connection Broker (RD Connection Broker) sets the following properties for the property set object.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbClientConnection