The initial program run when the session started.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract string InitialProgram { get; }
Property Value

There is no description.

Collapse/Expand Remarks
This property may throw an exception for the console session (where ClientProtocolType is Console).