ITsSbSession::InitialProgram property

Retrieves or specifies the initial program for this session. The initial program is the program that is launched when the user session starts.

This property is read/write.

Syntax

HRESULT put_InitialProgram(
  [in]          BSTR Application
);

HRESULT get_InitialProgram(
  [out, retval] BSTR *app
);

Property value

A BSTR variable that contains the initial program.

Requirements

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

See also

ITsSbSession