Type: MsDiagnosticTestType;
The Type property returns the type of test.
The interface for working with test settings is selected in accordance with the property value:
MsDiagnosticTestType.OmittedVariables. The IMsOmittedVariablesTestSettings interface.
MsDiagnosticTestType.RedundantVariables. The IMsRedundantVariablesTestSettings interface.
MsDiagnosticTestType.SerialCorellationLM. The IMsSerialCorellationLMTestSettings interface.
MsDiagnosticTestType.WhiteHeteroskedasticity. The IMsWhiteHeteroskedasticityTestSettings interface.
MsDiagnosticTestType.RamseyResset. The IMsRamseyRessetTestSettings interface.
MsDiagnosticTestType.Chow. The IMsChowTestSettings interface.
The property use is given in the example for IMsRamseyRessetTestSettings.Power.
See also: