ITsSbEnvironment::Name property

Retrieves a value that indicates the name of the environment that hosts the target computer.

This property is read-only.

Syntax

HRESULT get_Name(
  [out, retval] BSTR *pVal
);

Property value

A pointer to a BSTR variable that contains the name of the environment.

Remarks

This method returns a string that is not directly used by Remote Desktop Connection Broker (RD Connection Broker). RD Connection Broker passes this string to resource plug-ins.

Requirements

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

See also

ITsSbEnvironment