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

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As DicomDataSet
    [__DynamicallyInvokable()]
    public DicomDataSet Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also