DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Item Property / Item(Int32) Property






    Item(Int32) Property
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As DicomDataSet
     
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim index As System.Integer
    Dim value As DicomDataSet
     
    instance.Item(index) = value
     
    value = instance.Item(index)

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also