EngineInitializationSettings.SetApplicationMode

Syntax

EngineInitializationSettings.SetApplicationMode(mode)

Parameters

mode As ApplicationModes

[In] Specifies the application mode for the TestStand Engine.

Purpose

Sets the application mode for the TestStand Engine. Call this method before creating the Engine. Use ApplicationMode_Desktop for traditional desktop applications and ApplicationMode_Web for web-based applications.

See Also

ApplicationModes

Engine.ApplicationMode