'Declaration
Public Overloads ReadOnly Property Item( _ ByVal Keyword As Keyword _ ) As DicomAttribute
'Usage
Dim instance As DicomDataSet Dim Keyword As Keyword Dim value As DicomAttribute value = instance.Item(Keyword)
public DicomAttribute Item( Keyword Keyword ) {get;}
public read-only property Item( Keyword: Keyword ): DicomAttribute;
public function get Item( Keyword : Keyword ) : DicomAttribute
public: __property DicomAttribute* get_Item( Keyword Keyword );
public: property DicomAttribute^ Item { DicomAttribute^ get(Keyword Keyword); }
Parameters
- Keyword
- The Keyword of the DicomAttribute