Click or drag to resize

RuntimeManagerExternalAppPath Property

Gets or sets external application path. ExternalAppPath leads to a directory and must be an absolute Path. If ExternalAppPath is not null or empty, all OTX-Mapping will search assemblies in this path; Otherwise, OTX-Mapping will use their assemblies.

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 string ExternalAppPath { get; set; }

Property Value

Type: String

Implements

IRuntimeManagerExternalAppPath
See Also