ITsSbClientConnection::get_Environment method (sbtsv.h)

Retrieves an object that contains information about the environment that hosts the target computer. For example, in a virtual desktop scenario, this object would contain information about the computer that hosts the virtual machine.

This property is read-only.

Syntax

HRESULT get_Environment(
  ITsSbEnvironment **ppEnvironment
);

Parameters

ppEnvironment

Return value

None

Remarks

An orchestration plug-in can call this method to retrieve environment information about a target virtual machine.

Requirements

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

See also

ITsSbClientConnection