'Declaration Public Overloads ReadOnly Property Item( _ ByVal Keyword As String _ ) As DicomAttribute
'Usage Dim instance As DicomDataSet Dim Keyword As String Dim value As DicomAttribute value = instance.Item(Keyword)
public DicomAttribute Item( string Keyword ) {get;}
public: property DicomAttribute^ Item { DicomAttribute^ get(String^ Keyword); }
Parameters
- Keyword
- A String containing the DicomObjects.Enums.Keyword of the DicomAttribute