[This is preliminary documentation and is subject to change.]
Gets or sets an Hl7ComparisonTag from the collection.
| C# | Visual Basic | Visual C++ |
public Hl7ComparisonTag this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As Hl7ComparisonTag
public: property Hl7ComparisonTag^ default[int index] { Hl7ComparisonTag^ get (int index); void set (int index, Hl7ComparisonTag^ value); }
- index (Int32)
- The zero-based index of the collection member to get or set.
The Hl7ComparisonTagCollection at the specified index.