ITsSbSession::TargetName property

Retrieves the name of the target on which this session was created.

This property is read-only.

Syntax

HRESULT get_TargetName(
  [out, retval] BSTR *targetName
);

Property value

A pointer to a BSTR variable that receives the name of the target on which this session was created.

Requirements

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

See also

ITsSbSession