Item(Index: Integer): IValidationCustomMapping;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IValidationCustomMapping;
Index. Mapping index in the collection.
The Item property returns the specified mapping from the collection.
Mapping index in the collection is continuous and starts with zero. To get the number of mappings in the collection, use the IValidationCustomMappings.Count property.
The property use is given in the example for IValidationCustomMappings.FillByAttributes.
See also: