DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Item Property / Item(String) Property
A String containing the DicomObjects.Enums.Keyword of the DicomAttribute






In This Topic
    Item(String) Property
    In This Topic
    Indexer based on the new DICOM keyword as a string
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal Keyword As System.String _
    ) As DicomAttribute
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Keyword As System.String
    Dim value As DicomAttribute
     
    value = instance.Item(Keyword)
    public DicomAttribute Item( 
       System.string Keyword
    ) {get;}
    public read-only property Item( 
        Keyword: System.String
    ): DicomAttribute; 
    public function get Item( 
       Keyword : System.String
    ) : DicomAttribute
    public: __property DicomAttribute* get_Item( 
       System.string* Keyword
    );
    public:
    property DicomAttribute^ Item {
       DicomAttribute^ get(System.String^ Keyword);
    }

    Parameters

    Keyword
    A String containing the DicomObjects.Enums.Keyword of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also