'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As DicomAttribute
'Usage Dim instance As DicomDataSet Dim index As Integer Dim value As DicomAttribute value = instance.Item(index)
public DicomAttribute Item( int index ) {get;}
public: property DicomAttribute^ Item { DicomAttribute^ get(int index); }
Parameters
- index
- The Index of the DicomAttribute