Click or drag to resize

RuntimeManagerProjectVersion Property

Gets the project version.

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 ProjectVersion { get; }

Return Value

Type: String
Returns the version of the project stored inside the PTX container. The default value is "1.0.0".

Implements

IRuntimeManagerProjectVersion
See Also