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



In This Topic
    Item(String) Property
    In This Topic
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.
    Syntax
    '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 of the DicomAttribute
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also