Click or drag to resize

RuntimeManagerUseExternalAppPath Property

Gets or sets external application path is used.

If true, using external application path (central directory). Otherwise, using applications for the OTX mapping locally (within the project).

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public bool UseExternalAppPath { get; set; }

Property Value

Type: Boolean

Implements

IRuntimeManagerUseExternalAppPath
See Also