ITsSbSession::Username property

Retrieves the user name for this session.

This property is read-only.

Syntax

HRESULT get_Username(
  [out, retval] BSTR *userName
);

Property value

A pointer to a BSTR variable that receives the user name for this session.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
IDL
Sbtsv.idl

See also

ITsSbSession