IMsDiagnosticTest.Settings

Syntax

Settings: IMsDiagnosticTestSettings;

Description

The Settings property returns test execution parameters.

Comments

The Settings property returns base parameters of all tests. To set up a special type of test, cast the returned object to one of the interfaces:

Example

The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.

See also:

IMsDiagnosticTest