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

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

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also