DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociationCollection Class / Item Property






    Item Property (DicomAssociationCollection)
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As DicomAssociation
     
    'Usage
     
    
    Dim instance As DicomAssociationCollection
    Dim index As System.Integer
    Dim value As DicomAssociation
     
    instance.Item(index) = value
     
    value = instance.Item(index)

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also