Item(Index: Integer): IMsDiagnosticTest;
Item[Index: System.Int32]: Prognoz.Platform.Interop.Ms.IMsDiagnosticTest;
Index. Test index.
The Item property returns the test with the specified index.
Item provides access to the specified test from the collection. Value of the Index parameter must be a non-negative number but less than value of the IMsDiagnosticTestList.Count property. Index of the first test in the collection is 0, of the last IMsDiagnosticTestList.Count is 1. Index numbering is continuous.
The property use is given in the example for IMsRamseyRessetTestSettings.Power.
See also: